phobos-next ~master (2025-01-18T22:13:40.3704578)
Dub
Repo
UniqueRange.popBack
nxt
unique_range
UniqueRange
Pop back element.
struct
UniqueRange
(Source)
pure nothrow @
safe
@
nogc
static if
(
isBidirectionalRange!(typeof(Source.init[]))
)
void
popBack
(
)
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
Pop back element.