phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Zip.back
std
range
Zip
Returns the rightmost element.
ElementType
back
[@property getter]
struct
Zip
(Ranges...)
@
property
static if
(
allSatisfy!(isBidirectionalRange, R)
)
ElementType
back
(
)
if
(
Ranges.length
&&
allSatisfy
!(
isInputRange
,
Ranges
)
)
ElementType
back
[@property setter]
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
Returns the rightmost element.