Table$Typings extension
- on
Properties
- length → num
-
Available on Table, provided by the Table$Typings extension
Returns the length of the table, i.e. the number of elements.no setter
Methods
-
get(
num index) → Function? -
Available on Table, provided by the Table$Typings extension
Accessor function â gets the element stored at a given index. -
grow(
num delta) → num -
Available on Table, provided by the Table$Typings extension
Increases the size of theTable
instance by a specified number of elements. -
set(
num index, [Function? value]) → void -
Available on Table, provided by the Table$Typings extension
Sets an element stored at a given index to a given value.