dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
OptionRange.popFront
dstruct
option
OptionRange
struct
OptionRange
(T)
@
nogc
@
trusted
pure nothrow
void
popFront
(
)
in { assert (_value !is null, "Attempted to pop an empty range!"); }
if
(
is
(
T
== class) ||
isPointer
!
T
)
Meta
Source
See Implementation
dstruct
option
OptionRange
aliases
back
popBack
constructors
this
functions
opIndex
popFront
properties
empty
front
length
save