This is an implementation of a Javascript like array for numeric tables.
The following methodes are implemented:
- concat
copyWithinentriesevery- fill
- filter
- find
- findIndex
flatflatMap- forEach
- includes
- indexOf
- join
- keys
- lastIndexOf
- map
- pop
- push
reducereduceRight- reverse
- shift
- slice
- some
- sort
- splice
toLocaleStringtoSource- toString
- unshift
- values
The full reference can be found at Array@MDN.
Usage:
To get a new array, simply call newArray() in your lua code.