TinyBase logoTinyBase

Iterator methods

This is the collection of iterator methods within the Indexes interface. There are only two iterator methods, forEachIndex and forEachSlice.

forEachIndex

The forEachIndex method takes a function that it will then call for each Index in a specified Indexes object.

forEachSlice

The forEachSlice method takes a function that it will then call for each Slice in a specified Index.