phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
UniqueTake.moveBack
nxt
unique_range
UniqueTake
Range primitives
struct
UniqueTake
(Range)
static if
(
isRandomAccessRange!R
)
static if
(
hasMobileElements!R
)
auto
moveBack
(
)
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
moveAt
moveBack
opIndex
opIndexAssign
opSlice
popBack
popFront
properties
back
empty
front
length
maxLength
save
variables
source
Range primitives