KeyedCollection<K, V> Interface
Package: @esfx/collection-core
Declaration
export interface KeyedCollection<K, V> extends ReadonlyKeyedCollection<K, V>, KeyedContainer<K, V>
Inherited Members
Methods
[KeyedCollection.clear]()
Clears the collection.
Declaration
[KeyedCollection.clear](): void;
Returns
void