jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
Set
jaypha
container
set
Undocumented in source.
struct
Set (
E
) {
void
put
(E e);
size_t
size
[@property getter];
alias
length
=
size
;
auto
range
[@property getter];
}
Members
Aliases
length
alias
length
=
size
Undocumented in source.
Functions
put
void
put
(E e)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
range
auto
range
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t
size
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
jaypha
container
set
aliases
OrderedSet
structs
IndexableSet
Set