phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Cycle.this
std
range
Cycle
Range primitives
this
(R input, size_t index)
struct
Cycle
(R)
static if
(
isRandomAccessRange!R && hasLength!R
)
this
(
R
input
,
size_t
index
= 0
)
if
(
isForwardRange
!
R
&&
!
isInfinite
!
R
)
this
(R input)
Meta
Source
See Implementation
std
range
Cycle
constructors
this
functions
opIndex
opIndexAssign
opSlice
popFront
manifest constants
opDollar
properties
front
save
variables
empty
Range primitives