BoolArray extension

Bounds checking indexing methods on Arrays of Bool.

on
Annotations
  • @Since('2.15')

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