Buffer.fill

Copy @size bytes from @src to @buffer at @offset.

class Buffer
size_t
fill
(
size_t offset
,
ubyte[] src
)

Parameters

offset size_t

the offset to fill

src ubyte[]

the source address

Meta