Iterator methods
forEachIndex
The forEachIndex
method takes a function that it will then call for each Index
in a specified Indexes
object. Read more.
forEachSlice
The forEachSlice
method takes a function that it will then call for each Slice
in a specified Index
. Read more.