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