phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Indexed.opSlice
std
range
Indexed
Range primitives
struct
Indexed
(Source, Indices)
static if
(
isRandomAccessRange!Indices
)
static if
(
hasSlicing!Indices
)
typeof
(this)
opSlice
(
size_t
a
,
size_t
b
)
if
(
isRandomAccessRange
!
Source
&&
isInputRange
!
Indices
&&
is
(
typeof
(
Source.init
[
ElementType
!(
Indices
).
init
]))
)
Meta
Source
See Implementation
std
range
Indexed
functions
moveAt
moveBack
moveFront
opIndex
opIndexAssign
opSlice
physicalIndex
popBack
popFront
properties
back
empty
front
indices
save
source
Range primitives