tanya.container.set

This module implements a $(D_PSYMBOL Set) container that stores unique values without any particular order.

Members

Structs

Range
struct Range(T)

Bidirectional range that iterates over the $(D_PSYMBOL Set)'s values.

Set
struct Set(T, alias hasher = hash)

Set is a data structure that stores unique values without any particular order.

Meta