phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
UniqueRange.back
nxt
unique_range
UniqueRange
Back element.
struct
UniqueRange
(Source)
@
safe
pure nothrow @
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.