list - Windower/packages GitHub Wiki
The list library provides functionality for operating on tables as lists.
local list = require('list')❗ Dependency Required
To use this library, you must include
listin themanifest.xmlfile for your package:<dependency>list</dependency>