BoolPointer extension

Extension on Pointer specialized for the type argument Bool.

on
Annotations
  • @Since('2.15')

Properties

value ↔ bool
The bool at address.
read / write

Methods

elementAt(int index) → Pointer<Bool>
Pointer arithmetic (takes element size into account).

Operators

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