Tree of items calculated by monoid.combine
. It defaults to monoid.identity
.
At the element of index
, the relationships are:
Math.floor((index - 1) / 2)
,index * 2 + 1
,index * 2 + 2
.The Monoid
instance for T
.
The length of source array.
Generated using TypeDoc
The number of the actual stored items, or capacity. Primary data are stored from
items[size - 1]
toitems[size - 1 + srcLen]
.