bufref ~master (2019-12-22T18:59:28Z)
Dub
Repo
ConcreteRange.opIndex
bufref
ConcreteRange
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opIndex
(size_t idx)
struct
ConcreteRange
(R, W)
static if
(
is(typeof(r[0]))
)
auto
opIndex
(
size_t
idx
)
if
(
isInputRange
!
R
&&
is
(
ElementType
!
R
==
BufRef
)
&&
isBuffer
!
W
)
auto
opIndex
(size_t[2] idx)
Meta
Source
See Implementation
bufref
ConcreteRange
functions
back
empty
front
length
opDollar
opIndex
opSlice
popBack
popFront
save
variables
r
w