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