• Returns the set difference of A and B. That is, the elements of A that are not in B.

    Type Parameters

    • T

    Parameters

    • a: ReadonlySet<T>
    • b: ReadonlySet<T>

    Returns Set<T>

    Returns a new Set that is A \ B