phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
MoveableSortedRange.opIndex
nxt
setops_ex
MoveableSortedRange
Range primitives.
bool
empty
()
auto
save
()
auto ref
front
()
void
popFront
()
auto ref
back
()
void
popBack
()
auto ref
opIndex
(size_t i)
struct
MoveableSortedRange
(Range, alias pred = "a < b")
auto ref
opIndex
(
size_t
i
)
if
(
isInputRange
!
Range
)
auto
opSlice
(size_t a, size_t b)
size_t
length
()
Meta
Source
See Implementation
nxt
setops_ex
MoveableSortedRange
functions
back
contains
empty
equalRange
front
groupBy
length
lowerBound
opIndex
opSlice
popBack
popFront
release
save
trisect
upperBound
Range primitives.