Conduit.write

Write to conduit from a source array. The provided src content will be written to the conduit.

Returns the number of bytes written from src, which may be less than the quantity provided. Eof is returned when an end-of-flow condition arises.

class Conduit
abstract
size_t
write
(
const(void)[] src
)

Meta