GreedyOutput.write

Consume everything we were given. Returns the number of bytes written which will be less than src.length only when an Eof condition is reached, and Eof from that point forward.

class GreedyOutput
final override
write
(
const(void)[] src
)

Meta