phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
UniqueRange.takeBack
nxt
unique_range
UniqueRange
Pop back element and return it.
struct
UniqueRange
(Source)
@
safe
pure nothrow @
nogc
static if
(
isBidirectionalRange!(typeof(Source.init[]))
)
E
takeBack
()
(
)
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 and return it.