minetest_x_bows/types/table.type.lua
2022-11-03 11:37:33 -04:00

9 lines
272 B
Lua

---@diagnostic disable: codestyle-check, duplicate-doc-alias
---https://github.com/sumneko/lua-language-server/wiki
---@alias tablelib tablelib|TableAbstract
---Table helpers
---@class TableAbstract
---@field copy fun(table: table): table returns a deep copy of `table`