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.

Constructors

  • New ( value:T )

Methods

Detailed Discussion

The ArrayObject box class is a generic class that can be used to encapsulate an array inside an object.

Constructor Documentation

Method New ( value:T )

Creates a new ArrayObject with the given array.

Method Documentation

Method ToArray : T[] ()

Returns the array contained in the ArrayObject.

⚠️ **GitHub.com Fallback** ⚠️