BoolArray class
A memory-efficient boolean array backed by a 32-bit packed contiguous buffer.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → bool -
Gets the boolean value at the given
index -
operator []=(
int index, bool value) → void -
Sets the boolean
valueat the givenindex