Wraps a regular Javascript Array and offers very limited functionality geared solely towards avoiding garbage colletion.
Jirka Dell'Oro-Friedl, HFU, 2021
https://github.com/hs-furtwangen/FUDGE/wiki/Recycler
Recycles the object following the last in the array and increases the array length It must be assured, that none of the objects in the array is still in any use of any kind!
Returns a copy of the array sorted according to the given compare function
Removes the last entry from the array and returns it.
Appends a new entry to the end of the array, and returns the new length of the array.
Recycle this array
Sets the virtual length of the array to zero but keeps the entries beyond.
Wraps a regular Javascript Array and offers very limited functionality geared solely towards avoiding garbage colletion.
Author
Jirka Dell'Oro-Friedl, HFU, 2021
Link
https://github.com/hs-furtwangen/FUDGE/wiki/Recycler