Data/TypesSet.php

A Set Class

An instantiated Set is like an array, but only holds unique values without really any keys to the set itself. It's just a collection of unique values, like a pool of variables.

Classes

Set Set Class - Defines A Set Data Structure