dstruct.set

This module defines a hash set data structure and various operations on it.

Members

Functions

dup
HashSet!T dup(const(HashSet!T) originalSet)
entries
auto entries(inout(HashSet!U) set)

Produce a range through all the entries of a set.

Structs

HashSet
struct HashSet(T)

A garbage collected implementation of a hash set.

Meta