phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Zip.front
std
range
Zip
Sets the front of all iterated ranges.
ElementType
front
[@property getter]
ElementType
front
[@property setter]
struct
Zip
(Ranges...)
@
property
static if
(
allSatisfy!(hasAssignableElements, R)
)
void
front
(
ElementType
v
)
if
(
Ranges.length
&&
allSatisfy
!(
isInputRange
,
Ranges
)
)
Meta
Source
See Implementation
std
range
Zip
aliases
opDollar
constructors
this
functions
moveAt
moveBack
moveFront
opIndex
opIndexAssign
opSlice
popBack
popFront
properties
back
front
length
save
variables
empty
Sets the front of all iterated ranges.