OrderedSet

Undocumented in source.

Constructors

this
this(R r)
Undocumented in source.

Postblit

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

Members

Functions

add
T add(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opIn_r
bool opIn_r(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
T opIndexAssign(T v, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

index
size_t[T] index;
Undocumented in source.
items
T[] items;
Undocumented in source.

Meta