The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Cycle.popFront
std
range
Cycle
Range primitives
void
popFront
()
void
popFront
()
struct
Cycle
(R)
static if
(!(
isRandomAccessRange!R && hasLength!R
))
void
popFront
(
)
if
(
isForwardRange
!
R
&&
!
isInfinite
!
R
)
Meta
Source
See Implementation
std
range
Cycle
constructors
this
functions
opIndex
opIndexAssign
opSlice
popFront
manifest constants
opDollar
properties
front
save
variables
empty
Range primitives