biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
ReversableRange.length
bio
core
sequence
ReversableRange
If source range has length, the result also has length
struct
ReversableRange
(alias reverseTransform = identity, R)
@
property
static if
(
hasLength!R
)
size_t
length
(
)
if
(
isBidirectionalRange
!
R
)
Meta
Source
See Implementation
bio
core
sequence
ReversableRange
constructors
this
functions
back
empty
front
length
opIndex
opSlice
popBack
popFront
reverse
save
If source range has length, the result also has length