Function someKeySetForced

alias of someForced

someForced

  • if the given list is empty, it will throw an error, otherwise it will build a KeySetSome with those keys

    Type Parameters

    Parameters

    • keys: readonly T[] | T[]

      list of keys for the KeySet

    Returns KeySetSome<T>

    InvalidEmptySetError