BoolArray extension - dart:ffi library (original) (raw)

description

Bounds checking indexing methods on Arrays of Bool.

on

Annotations

Operators

operator [](int index)→ bool

Available on Array<Bool>, provided by the BoolArray extension

operator []=(int index, bool value)→ void

Available on Array<Bool>, provided by the BoolArray extension