AbiSpecificIntegerArray<T extends AbiSpecificInteger> extension
Bounds checking indexing methods on Arrays of AbiSpecificInteger.
- on
-
- Array<
T>
- Array<
- @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