AbiSpecificIntegerArray extension - dart:ffi library (original) (raw)

AbiSpecificIntegerArray<T extends AbiSpecificInteger> extension

Bounds checking indexing methods on Arrays of AbiSpecificInteger.

on

Annotations

Properties

elementsList<int>

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

A list view of the bytes of this array.

no setter

Operators

operator [](int index)→ int

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

Loads a Dart value from this array at index.

operator []=(int index, int value)→ void

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

Stores a Dart value in this array at index.