ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
AppendBuffer.tail
ocean
util
container
AppendBuffer
AppendBuffer
Returns content[start .. length].
class
AppendBuffer
(T, Base : AppendBufferImpl)
T
[]
tail
(
size_t
start
)
Parameters
start
size_t
start index
Return Value
Type:
T
[]
content[start .. length]
Meta
Source
See Implementation
ocean
util
container
AppendBuffer
AppendBuffer
aliases
ParamT
opOpAssign
constructors
this
functions
append
cut
dump
erase
extend
opCatAssign
opIndex
opIndexAssign
opSlice
opSliceAssign
ptr
tail
Returns content[start .. length].