Tables
Accessing the Module
local TABLES <const> = exports.boii_utils:get("modules.tables")Shared
print_table(t, indent)
Parameters
Name
Type
Description
Example
TABLES.print({ hello = "world", nested = { foo = true } })table_contains(tbl, val)
Parameters
Name
Type
Description
Example
deep_copy(t)
Parameters
Name
Type
Description
Example
deep_compare(t1, t2)
Parameters
Name
Type
Description
Example
Notes
Last updated