tryNextIx

Try to iterate leaf index ix to index, either sparse or dense and put result in nextIx.

pragma(inline)
bool
tryNextIx
(
Value
)
(
Leaf1!Value curr
,
const UIx ix
,)

Return Value

Type: bool

true if nextIx was set, false if no more indexes was available.

Meta