Type Alias KeySet<T>

KeySet<T>:
    | KeySetAll<T>
    | KeySetNone<T>
    | KeySetSome<T>
    | KeySetAllExceptSome<T>

Type Parameters