phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Zip.opSlice
std
range
Zip
Returns a slice of the range. Defined only if all range define slicing.
struct
Zip
(Ranges...)
static if
(
allSatisfy!(hasSlicing, R)
)
auto
opSlice
(
size_t
from
,
size_t
to
)
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
Returns a slice of the range. Defined only if all range define slicing.