phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
UniqueRange.length
nxt
unique_range
UniqueRange
struct
UniqueRange
(Source)
pragma(
inline
, true) @
safe
pure nothrow @
nogc
@
property
const @
trusted
static if
(
hasLength!(typeof(Source.init[]))
)
size_t
length
(
)
if
(
hasLength
!
Source
)
Return Value
Type:
size_t
length of
this
.
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