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