phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
UniqueRange.length
nxt
unique_range
UniqueRange
struct
UniqueRange
(Source)
@
safe
pure nothrow @
nogc
const @
property
static if
(
hasLength!(typeof(Source.init[]))
)
@
trusted
=>
(
cast(
Unqual
!
SourceRange
)
_sourceRange
)
.
length
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
constructors
this
functions
empty
length
popBack
popFront
takeBack
takeFront
postblits
this(this)
properties
back
dup
front