Forest Logo
search
package_2

limitedtable

By @nekxtari

Roblox

Mirrored

LimitedTable

Constructor of Luau tables with size limits.


local myTable = LimitedTable.new(512)

myTable:set("notice", "no more than 512 bytes!")

print(myTable.contents.notice)

for i = 1, 10 do
    limited:insert(`entry #{i}`)
end

limited:clear()

Package Details

Install command (Click to copy)


Version

2.0.1

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.