ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
Dub
Repo
EmptyRange
ae
utils
range
Empty range of type E.
struct
EmptyRange (
E
) {
E
front
[@property getter];
void
popFront
();
E
back
[@property getter];
void
popBack
();
E
opIndex
(size_t );
enum
empty
;
enum
save
;
enum
size_t
length
;
}
Members
Functions
opIndex
E
opIndex
(size_t )
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void
popBack
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
empty
enum
empty
;
Undocumented in source.
save
enum
save
;
Undocumented in source.
Properties
back
E
back
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
E
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
length
enum
size_t
length
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
range
functions
emptyRange
fastArrayRange
fastCartesianProduct
infiniteIota
lazyInitRange
nullTerminated
onlyLazy
ptrSlice
structs
EmptyRange
FastArrayRange
InfiniteIota
NullTerminated
templates
pairwise
Empty range of type E.