BoolPointer extension Null safety

Extension on Pointer specialized for the type argument Bool.

on

Properties

value bool
The bool at address.
read / write

Operators

operator [](int index) bool
The bool at address + index.
operator []=(int index, bool value) → void
The bool at address + index.