Set

Undocumented in source.

Members

Aliases

add
alias add = put
Undocumented in source.
addAll
alias addAll = putMany
Undocumented in source.
addMany
alias addMany = putMany
Undocumented in source.
insert
alias insert = put
Undocumented in source.

Functions

asSetOf
Set!T2 asSetOf()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
putMany
size_t putMany(Range data)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

asRange
auto asRange [@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.

Static functions

of
Set!T of(Range data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta