elementAt method

Pointer<T> elementAt (
  1. int index
)

Pointer arithmetic (takes element size into account).

Support for invoking this method with non-constant T will be removed in the next stable version of Dart and it will become mandatory to invoke it with a compile-time constant T.

Implementation

external Pointer<T> elementAt(int index);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-ffi/Pointer/elementAt.html