PointerArray<T extends NativeType> extension
- @Since('2.13')
Properties
Operators
-
operator [](
int index) → Pointer< T> -
Available on Array<
Loads a Dart value from this array atPointer< , provided by the PointerArray extensionT> >index
. -
operator []=(
int index, Pointer< T> value) → void -
Available on Array<
Stores a Dart value in this array atPointer< , provided by the PointerArray extensionT> >index
.