phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
UniqueRange.back
nxt
unique_range
UniqueRange
Back element.
struct
UniqueRange
(Source)
pure nothrow @
safe
@
nogc
@
property
scope ref inout return @
trusted
static if
(
isBidirectionalRange!(typeof(Source.init[]))
)
inout
(
E
)
back
(
)
if
(
hasLength
!
Source
)
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
Back element.