class LimitedCollection
extends
Collection<Key, Value>export class LimitedCollection<Key, Value> extends Collection<Key, Value>
A Collection which holds a max amount of entries.
Constructors
options?: LimitedCollectionOptions<Key, Value>iterable?: Iterable<readonly [Key, Value]>)
constructor(options?: LimitedCollectionOptions<Key, Value>
iterable?: Iterable<readonly [Key, Value]>