Collection
No description provided
Collection extends Collection<K, V>
| Parameter | Type | Optional | 
|---|---|---|
| entries | null | readonly Array<readonly [K, V]> | ✅ | 
Methods
public array(): Array<V>
public delete(key): boolean
| Parameter | Type | Optional | 
|---|---|---|
| key | K | ❌ | 
public set(key, value): this
| Parameter | Type | Optional | 
|---|---|---|
| key | K | ❌ | 
| value | V | ❌ |