Immutable set that uses a keyString function to determine uniqueness

  • Type Parameters

    • V

    Parameters

    • keyString: ToString<V> = toStringDefault

      Function that produces a key based on a value. If unspecified, uses JSON.stringify.

    Returns ISetImmutable<V>