Class monkey.boxes.ArrayObject˂T˃ - leonard-thieu/monkey GitHub Wiki
The ArrayObject box class is a generic class that can be used to encapsulate an array inside an object.
New ( value:T )
ToArray : T[] ()
The ArrayObject box class is a generic class that can be used to encapsulate an array inside an object.
Creates a new ArrayObject with the given array.
Returns the array contained in the ArrayObject.