search/
Start typing to search packages!
package_2
limitedtable
By @nekxtari
Roblox
MirroredLimitedTable
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
Safe for commercial use
Automated license review — not legal advice.
