Uint64Array extension - dart:ffi library (original) (raw)
Bounds checking indexing methods on Arrays of Uint64.
on
Annotations
- @Since('2.13')
Operators
operator [](int index)→ int
Available on Array<Uint64>, provided by the Uint64Array extension
operator []=(int index, int value)→ void
Available on Array<Uint64>, provided by the Uint64Array extension