-
Notifications
You must be signed in to change notification settings - Fork 17
table
CapsAdmin edited this page Apr 4, 2014
·
25 revisions
##shared
- [table.merge](a, b)(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua68)
- table.new(...)
- table.foreach()
- table.foreachi()
- table.fixindices(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua24)
- table.insert(...)
- table.sort(...)
- [table.getkey](tbl, val)(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua48)
- [table.copy](obj, skip_meta)(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua162)
- table.print(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua121)
- [table.hasvalue](tbl, val)(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua38)
- table.maxn(...)
- table.concat(...)
- table.remove()
- table.getn()
- table.random(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua80)
- table.count(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua58)
- table.clear(...)
- [table.multiremove](tbl, locations)(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/extensions/table.lua5)