Function eqSet

  • Eq instance for a set. Returns true iff

    • Both sets have the same number of elements
    • Every key in one set is in the other.

    Type Parameters

    • K

    Parameters

    • dictK: Eq<K>

    Returns Eq<Set<K>>

Generated using TypeDoc