phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
UniqueTake.opIndex
nxt
unique_range
UniqueTake
Range primitives
struct
UniqueTake
(Range)
ref
static if
(
isRandomAccessRange!R
)
auto ref
opIndex
(
size_t
index
)
if
(
isInputRange
!(
Unqual
!
Range
) &&
!
(
(
!
isInfinite
!(
Unqual
!
Range
) &&
hasSlicing
!(
Unqual
!
Range
)
)
||
is
(
Range
T
==
UniqueTake
!
T
)
)
)
Meta
Source
See Implementation
nxt
unique_range
UniqueTake
aliases
Source
opDollar
constructors
this
functions
empty
front
moveAt
moveBack
opIndex
opIndexAssign
opSlice
popBack
popFront
save
properties
back
length
maxLength
variables
source
Range primitives