ReadonlyKeyedMultiCollection Namespace
Package: @esfx/collection-core
Functions
hasInstance(value)
Tests whether a value supports the minimal representation of a ReadonlyKeyedMultiCollection
.
Declaration
function hasInstance<K, V>(value: Iterable<[K, V]>): value is ReadonlyKeyedMultiCollection<K, V>;
Type Parameters
- K
- V
Parameters
- value
- Iterable<[K, V]>
Returns
hasInstance(value)
Tests whether a value supports the minimal representation of a ReadonlyKeyedMultiCollection
.
Declaration
function hasInstance(value: unknown): value is ReadonlyKeyedMultiCollection<unknown, unknown>;
Parameters
- value
- unknown
Returns
Variables
get
A well-known symbol used to define the ReadonlyKeyedMultiCollection#[ReadonlyKeyedMultiCollection.get]
method.
Declaration
get: unique symbol
has
A well-known symbol used to define the ReadonlyKeyedMultiCollection#[ReadonlyKeyedMultiCollection.has]
method.
Declaration
has: unique symbol
hasValue
A well-known symbol used to define the ReadonlyKeyedMultiCollection#[ReadonlyKeyedMultiCollection.hasValue]
method.
Declaration
hasValue: unique symbol
keys
A well-known symbol used to define the ReadonlyKeyedMultiCollection#[ReadonlyKeyedMultiCollection.keys]
method.
Declaration
keys: unique symbol
name
Declaration
name = "ReadonlyKeyedMultiCollection"
size
A well-known symbol used to define the ReadonlyKeyedMultiCollection#[ReadonlyKeyedMultiCollection.size]
property.
Declaration
size: unique symbol
values
A well-known symbol used to define the ReadonlyKeyedMultiCollection#[ReadonlyKeyedMultiCollection.values]
method.
Declaration
values: unique symbol