ArrayArray<T extends NativeType> extension

Bounds checking indexing methods on Arrays of Array.

on
Annotations
  • @Since('2.13')

Properties

elements List<Array<T>>

Available on Array<Array<T>>, provided by the ArrayArray extension

A list view of the bytes of this array.
no setter

Operators

operator [](int index) Array<T>

Available on Array<Array<T>>, provided by the ArrayArray extension

operator []=(int index, Array<T> value) → void

Available on Array<Array<T>>, provided by the ArrayArray extension