Skip to content
RubenatorX edited this page Apr 28, 2020 · 1 revision

The list library provides functionality for operating on tables as lists.

local list = require('list')

Dependency Required

To use this library, you must include list in the manifest.xml file for your package:

<dependency>list</dependency>
Clone this wiki locally