ArrayArray<T extends NativeType> extension Null safety

Bounds checking indexing methods on Arrays of Array.

on

Operators

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