elements

abstract 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

common source
Link copied to clipboard