Function
Static Public Summary | ||
public |
insert(map: *, A: *, B: *) |
|
public |
invertIterable(iterable: *): * |
|
public |
* iterableFromMap(map: *) |
|
public |
|
|
public |
|
Static Public
public insert(map: *, A: *, B: *) source
import insert from '@collection-abstraction/pairs/src/insert.js'
Params:
Name | Type | Attribute | Description |
map | * | ||
A | * | ||
B | * |
public invertIterable(iterable: *): * source
import invertIterable from '@collection-abstraction/pairs/src/invertIterable.js'
Params:
Name | Type | Attribute | Description |
iterable | * |
Return:
* |
public * iterableFromMap(map: *) source
import iterableFromMap from '@collection-abstraction/pairs/src/iterableFromMap.js'
Params:
Name | Type | Attribute | Description |
map | * |
public remove(map: *, A: *, B: *): boolean source
import remove from '@collection-abstraction/pairs/src/remove.js'
Params:
Name | Type | Attribute | Description |
map | * | ||
A | * | ||
B | * |
public swap(arrayPattern: *[]): undefined[] source
import swap from '@collection-abstraction/pairs/src/swap.js'
Params:
Name | Type | Attribute | Description |
arrayPattern | *[] |
|