elements

open fun elements(): Sequence<Pair<IntArray, T>>

Returns the sequence of all the elements associated by their indices.

Return

the lazy sequence of pairs of indices to values.

Sources

Link copied to clipboard