Write.write

returns the number of bytes written; tries to write all of buf.

struct Write
int function(void* stream, ubyte[] buf) @(nogc) nothrow write;

Meta