AbiSpecificIntegerArray extension - dart:ffi library (original) (raw)
AbiSpecificIntegerArray<T extends AbiSpecificInteger> extension
Bounds checking indexing methods on Arrays of AbiSpecificInteger.
on
- Array<T>
Annotations
- @Since('2.16')
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