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