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