Function
| Static Public Summary | ||
| public |
heap(empty: *, max: *): {"empty": *, "from": *} |
|
| public |
indordseq(empty: *, key: *, size: *, measure: *): {"empty": *, "from": *} |
|
| public |
intervaltree(empty: *, M: *): {"empty": *, "from": *} |
|
| public |
ordseq(empty: *, key: *): {"empty": *, "from": *} |
|
| public |
seq(empty: *, size: *): {"empty": *, "from": *} |
|
Static Public
public heap(empty: *, max: *): {"empty": *, "from": *} source
import {heap} from '@functional-data-structure/persistent/src/heap.js'Params:
| Name | Type | Attribute | Description |
| empty | * | ||
| max | * |
Return:
| {"empty": *, "from": *} |
public indordseq(empty: *, key: *, size: *, measure: *): {"empty": *, "from": *} source
import {indordseq} from '@functional-data-structure/persistent/src/indordseq.js'Params:
| Name | Type | Attribute | Description |
| empty | * | ||
| key | * | ||
| size | * | ||
| measure | * |
Return:
| {"empty": *, "from": *} |
public intervaltree(empty: *, M: *): {"empty": *, "from": *} source
import {intervaltree} from '@functional-data-structure/persistent/src/intervaltree.js'Params:
| Name | Type | Attribute | Description |
| empty | * | ||
| M | * |
Return:
| {"empty": *, "from": *} |
public ordseq(empty: *, key: *): {"empty": *, "from": *} source
import {ordseq} from '@functional-data-structure/persistent/src/ordseq.js'Params:
| Name | Type | Attribute | Description |
| empty | * | ||
| key | * |
Return:
| {"empty": *, "from": *} |
public seq(empty: *, size: *): {"empty": *, "from": *} source
import {seq} from '@functional-data-structure/persistent/src/seq.js'Params:
| Name | Type | Attribute | Description |
| empty | * | ||
| size | * |
Return:
| {"empty": *, "from": *} |
