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

The set library provides functionality for operating on tables as sets.

local set = require('set')

Dependency Required

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

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