Function BufferedIO.write

Perform @safe buffered write

void write(ARGS...) (
  const(void)[] buffer,
  ARGS args
) @nogc @trusted;

Function does not return until all data is either written to FD or buffered