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