This module implements a $(D_PSYMBOL Set) container that stores unique values without any particular order.
Bidirectional range that iterates over the $(D_PSYMBOL Set)'s values.
Set is a data structure that stores unique values without any particular order.
See Source File tanya/container/set.d
Mozilla Public License.
Eugene Wissner 2017-2020.
Eugene Wissner
This module implements a $(D_PSYMBOL Set) container that stores unique values without any particular order.