everness/types/table.type.lua

9 lines
272 B
Lua
Raw Normal View History

2023-02-01 22:44:42 -06:00
---@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`