tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
WriteBuffer.opOpAssign
tanya
container
buffer
WriteBuffer
Appends data to the buffer.
WriteBuffer
opOpAssign
(T[] buffer)
struct
WriteBuffer
(T = ubyte)
ref
WriteBuffer
opOpAssign
(
string
op
)
(
const
T
[]
buffer
)
if
(
op
== "~"
)
if
(
isScalarType
!
T
)
WriteBuffer
opOpAssign
(size_t length)
Parameters
buffer
T
[]
Buffer chunk got with $(D_PSYMBOL opIndex).
Meta
Source
See Implementation
tanya
container
buffer
WriteBuffer
aliases
opDollar
constructors
this
destructors
~this
functions
opIndex
opOpAssign
opSlice
mixins
__anonymous
properties
capacity
free
length
Appends data to the buffer.