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.
CharArrayRef
Holds a character array
Operations
Get #
Get value
method : public : Get() ~ Char[]
Return
New # constructor
Default constructor
New()
New # constructor
Copy constructor
New(values:Char[])
Parameters
| Name | Type | Description |
|---|
| values | Char | character array |
Set #
Set value
method : public : Set(values:Char[]) ~ Nil
Parameters
| Name | Type | Description |
|---|
| values | Char | character array |