constructor Method
Construct a new set.
DisclosedTileTreeSet(comparator?: OrderedComparator<TileTree, TileTree>): DisclosedTileTreeSet
| Parameter | Type | Description | 
|---|---|---|
| comparator | OrderedComparator<TileTree, TileTree> | If supplied, a comparison function used to determine the order of iteration of the set; otherwise, iteration will proceed in insertion order. | 
Returns - DisclosedTileTreeSet
Defined in
Last Updated: 20 June, 2023