v2026.5.3
All Bundles
Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.

BoolArrayRef

Holds an boolean array

Implements: Primitive, Stringify

Operations

Get #

Get values

method : public : Get() ~ Bool[]

Return

TypeDescription
Boolvalues

New # constructor

Default constructor

New()

New # constructor

Copy constructor

New(values:Bool[])

Parameters

NameTypeDescription
valuesBoolinteger array

Set #

Set values

method : public : Set(values:Bool[]) ~ Nil

Parameters

NameTypeDescription
valuesBoolinteger array