HashSet

Helper/wrapper for void[0]T

Constructors

this
this(R r)
Undocumented in source.

Alias This

data

Members

Functions

add
void add(T k)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T k)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dup
HashSet!T dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
void[0][T] data;
Undocumented in source.

Meta