eerange v0.0.1 (2019-03-18T18:18:08Z)
Dub
Repo
EachWithEachOtherRandomAccessRange
eerange
randomrange
@
safe
@
nogc
struct
EachWithEachOtherRandomAccessRange (
R
) {
EachWithEachOtherRangeBase
!
R
base
;
this
(R r);
bool
empty
();
auto
front
();
auto
back
();
void
popFront
();
void
popBack
();
EachWithEachOtherRandomAccessRange
!
R
save
();
}
Constructors
this
this
(R r)
Alias This
base
Members
Functions
back
auto
back
()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool
empty
()
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void
popBack
()
popFront
void
popFront
()
save
EachWithEachOtherRandomAccessRange
!
R
save
()
Variables
base
EachWithEachOtherRangeBase
!
R
base
;
Undocumented in source.
Meta
Source
See Implementation
eerange
randomrange
functions
eeRandomRange
structs
EachWithEachOtherRandomAccessRange