phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
UniqueRange.backPop
nxt
unique_range
UniqueRange
Pop back element and return it.
struct
UniqueRange
(Source)
pragma(
inline
, true) @
safe
pure nothrow @
nogc
static if
(
isBidirectionalRange!(typeof(Source.init[]))
)
E
backPop
()
(
)
if
(
hasLength
!
Source
)
Meta
Source
See Implementation
nxt
unique_range
UniqueRange
aliases
E
SourceRange
stealBack
stealFront
constructors
this
functions
backPop
frontPop
popBack
popFront
postblits
this(this)
properties
back
dup
empty
front
length
Pop back element and return it.