jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
IndexableSet
jaypha
container
set
Undocumented in source.
struct
IndexableSet (
E
) {
size_t
put
(E e);
size_t
size
[@property getter];
alias
length
=
size
;
E
opIndex
(size_t i);
auto
range
[@property getter];
}
Members
Aliases
length
alias
length
=
size
Undocumented in source.
Functions
opIndex
E
opIndex
(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
put
size_t
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