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

The table library adds additional functions for operating on tables.

local table = require('table.ext')

Dependency Required

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

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