ArrayArray<T extends NativeType> extension Null safety

Bounds checking indexing methods on Arrays of Array.

on
Annotations
  • @Since('2.13')

Operators

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