ae v0.0.3053 (2021-06-01T17:26:23Z)
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
;
save
enum
save
;
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
;
Meta
Source
See Implementation
ae
utils
range
functions
average
emptyRange
fastArrayRange
fastCartesianProduct
infiniteIota
lazyInitRange
nullTerminated
onlyLazy
pmap
ptrSlice
structs
EmptyRange
FastArrayRange
InfiniteIota
NullTerminated
PMap
templates
pairwise
Empty range of type E.