Class KeySetAllExceptSome<T>

Type Parameters

Hierarchy

  • KeySetByKeys<T>
    • KeySetAllExceptSome

Constructors

Properties

elements: Set<T>
type: allExceptSome = KeySetTypes.allExceptSome

Accessors

Methods

  • returns a boolean if the KeySet includes the given element

    Parameters

    • element: T

    Returns boolean

    includes