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.
IntArrayRef
Holds an integer array
Operations
Get #
Get values
method : public : Get() ~ Int[]
Return
New # constructor
Default constructor
New()
New # constructor
Copy constructor
New(values:Int[])
Parameters
| Name | Type | Description |
|---|
| values | Int | integer array |
Set #
Set values
method : public : Set(values:Int[]) ~ Nil
Parameters
| Name | Type | Description |
|---|
| values | Int | integer array |