Class: SjlSet

sjl.stdlib. SjlSet


new SjlSet(iterable)

SjlSet constructor. This object has the same interface as the es6 `Set` object. The only difference is this one has some extra methods; I.e., `addFromArray`, `iterator`, and a defined `toJSON` method.
Parameters:
Name Type Description
iterable Array

Extends