ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IAppendBufferReader.opIndex
ocean
util
container
AppendBuffer
IAppendBufferReader
Returns the i-th element in content.
interface
IAppendBufferReader
(T)
static if
(
!is(T == void)
)
R
opIndex
(
size_t
i
)
Parameters
i
size_t
element index
Return Value
Type:
R
i-th element in content
Meta
Source
See Implementation
ocean
util
container
AppendBuffer
IAppendBufferReader
aliases
ElementType
R
functions
opIndex
opSlice
tail
static variables
element_size
static_array_element
Returns the i-th element in content.