• Test whether this set is a subset of some other set. A set is a subset if all its members are also present in the other set.

    Parameters

    • other: Set<any>

      Some other set that may be a subset of this one

    Returns boolean

    Is the other set a subset of this one?