phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
UniqueTake.opIndex
nxt
unique_range
UniqueTake
Range primitives
alias
opDollar
=
length
void
popBack
()
auto ref
back
()
auto ref
opIndex
(size_t index)
struct
UniqueTake
(Range)
ref
auto ref
opIndex
(
size_t
index
)
if
(
isInputRange
!(
Unqual
!
Range
) &&
!
(
(
!
isInfinite
!(
Unqual
!
Range
) &&
hasSlicing
!(
Unqual
!
Range
)
)
||
is
(
Range
T
==
UniqueTake
!
T
)
)
)
auto
back
(ElementType!R v)
void
opIndexAssign
(ElementType!R v, size_t index)
auto
moveBack
()
auto
moveAt
(size_t index)
Meta
Source
See Implementation
nxt
unique_range
UniqueTake
aliases
opDollar
functions
back
empty
front
length
maxLength
moveAt
moveBack
opIndex
opIndexAssign
opSlice
popBack
popFront
save
variables
source
Range primitives