type of hyper-array item
HyperScope instance
hyper-array
function to be called for each item
Works similarly to Array.reduce
but accepts hyper-array.
It returns a hyper-value that always equals to result of applying Array.reduce
method to the original array
type of reduce function results
HyperScope instance
hyper-array
function to be called for each item
Generated using TypeDoc
Works similarly to
Array.reduce
but accepts hyper-array. It returns a hyper-value that always equals to result of applyingArray.reduce
method to the original array