Same as the Roblox table libraryarrow-up-right with a limited set of functions.
table.sort
table.clear
table.insert(t: tablearrow-up-right, value: Variant, pos: numberarrow-up-right | nil)
table.find(haystack: tablearrow-up-right, needle: Variant, init: numberarrow-up-right)
table.remove(t: tablearrow-up-right, pos: numberarrow-up-right)
table.getn(t: tablearrow-up-right)
table.freeze
table.isFrozen
table.create
Last updated 2 years ago