On this page
AbiSpecificIntegerPointer<T extends AbiSpecificInteger> extension
Extension on Pointer specialized for the type argument AbiSpecificInteger.
- on
-
- Pointer<
T>
- Pointer<
- @Since('2.16')
Properties
Operators
- operator [](
int index) → int -
The integer at
address + sizeOf<T>() * index
. - operator []=(
int index, int value) → void -
The integer at
address + sizeOf<T>() * index
.
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-ffi/AbiSpecificIntegerPointer.html