EndianOutput.write

Write to output stream from a source array. The provided src content will be consumed and left intact.

Returns the number of bytes written from src, which may be less than the quantity provided. Note that any partial elements will not be consumed.

class EndianOutput(T)
final override
write
(
const(void)[] src
)

Meta