phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
UniqueTake.save
nxt
unique_range
UniqueTake
Range primitives
struct
UniqueTake
(Range)
@
property
static if
(
isForwardRange!R
)
UniqueTake
save
(
)
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