phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
UniqueTake.back
nxt
unique_range
UniqueTake
Range primitives
auto ref
back
[@property getter]
struct
UniqueTake
(Range)
@
property
ref
static if
(
isRandomAccessRange!R
)
auto ref
back
(
)
if
(
isInputRange
!(
Unqual
!
Range
) &&
!
(
(
!
isInfinite
!(
Unqual
!
Range
) &&
hasSlicing
!(
Unqual
!
Range
)
)
||
is
(
Range
T
==
UniqueTake
!
T
)
)
)
ElementType
!
R
back
[@property setter]
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