ArraySet

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

allocator
ref allocator()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Key) @(safe) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
setAllocator
void setAllocator(IAllocator allocator)
Undocumented in source.

Properties

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

Meta