phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
UniqueRange.dup
nxt
unique_range
UniqueRange
struct
UniqueRange
(Source)
pure nothrow @
safe
@
nogc
@
property
const
static if
(
__traits(hasMember, Source, "dup")
)
typeof
(this)
dup
()
(
)
if
(
hasLength
!
Source
)
Return Value
Type:
typeof
(this)
shallow duplicate of
this
.
Meta
Source
See Implementation
nxt
unique_range
UniqueRange
aliases
E
SourceRange
stealBack
constructors
this
functions
empty
length
popBack
popFront
takeBack
takeFront
postblits
this(this)
properties
back
dup
front