Int64Array extension - dart:ffi library (original) (raw)
Bounds checking indexing methods on Arrays of Int64.
on
Annotations
- @Since('2.13')
Properties
Available on Array<Int64>, provided by the Int64Array extension
A list view of the bytes of this array.
no setter
Operators
operator [](int index)→ int
Available on Array<Int64>, provided by the Int64Array extension
Loads a Dart value from this array at index
.
operator []=(int index, int value)→ void
Available on Array<Int64>, provided by the Int64Array extension
Stores a Dart value in this array at index
.