table - Windower/packages GitHub Wiki
The table library adds additional functions for operating on tables.
local table = require('table.ext')❗ Dependency Required
To use this library, you must include
tablein themanifest.xmlfile for your package:<dependency>table</dependency>