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

description

AbiSpecificIntegerArray<T extends AbiSpecificInteger> extension

Bounds checking indexing methods on Arrays of AbiSpecificInteger.

on

Annotations

Operators

operator [](int index)→ int

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

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

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