Set

Constructors

this
this(Stuff stuff)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

contains
bool contains(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(Stuff stuff)

Inserts a range of elements into the set.

insert
bool insert(T value)

Inserts a new value into the set.

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

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta