phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
UniqueRange.length
nxt
unique_range
UniqueRange
struct
UniqueRange
(Source)
pure nothrow @
safe
@
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