BoolPointer extension
Extension on Pointer specialized for the type argument Bool.
- @Since('2.15')
Properties
Methods
Operators
-
operator [](
int index) → bool -
The bool at
address + index
. -
operator []=(
int index, bool value) → void -
The bool at
address + index
.