MiniMapConstructor
Defined in: src/types/Utils.ts:65
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MiniMapConstructor(): MiniMap<unknown, unknown>;Defined in: src/types/Utils.ts:66
Returns
Section titled “Returns”MiniMap<unknown, unknown>
Constructor
Section titled “Constructor”new MiniMapConstructor<K, V>(entries?: readonly readonly [K, V][]): MiniMap<K, V>;Defined in: src/types/Utils.ts:67
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
entries? | readonly readonly [K, V][] |
Returns
Section titled “Returns”MiniMap<K, V>
Constructor
Section titled “Constructor”new MiniMapConstructor<K, V>(iterable: Iterable<readonly [K, V]>): MiniMap<K, V>;Defined in: src/types/Utils.ts:68
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
iterable | Iterable<readonly [K, V]> |
Returns
Section titled “Returns”MiniMap<K, V>
Properties
Section titled “Properties”| Property (defined in) | Type |
|---|---|
[species] (src/types/Utils.ts:70) | MiniMapConstructor |
prototype (src/types/Utils.ts:69) | MiniMap<unknown, unknown> |