ArrayArray<T extends NativeType> extension
- @Since('2.13')
Operators
-
operator [](
int index) → Array< T> -
Available on Array<
Array< , provided by the ArrayArray extensionT> > -
operator []=(
int index, Array< T> value) → void -
Available on Array<
Array< , provided by the ArrayArray extensionT> >