phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
RefRange.opSlice
std
range
RefRange
Only defined if
isForwardRange!R
is
true
.
auto
opSlice
()
auto
opSlice
()
struct
RefRange
(R)
version(StdDdoc)
const
auto
opSlice
(
)
if
(
isInputRange
!
R
)
auto
opSlice
(IndexType1 begin, IndexType2 end)
auto
opSlice
(IndexType1 begin, IndexType2 end)
Meta
Source
See Implementation
std
range
RefRange
aliases
opDollar
constructors
this
functions
moveAt
moveBack
moveFront
opAssign
opIndex
opSlice
popBack
popFront
properties
back
front
length
ptr
save
Only defined if isForwardRange!R is true.