vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

PipeOutputStream.write - multiple declarations

Function PipeOutputStream.write

ulong write (
  const(ubyte[]) bytes,
  IOMode mode
) @safe;

Function PipeOutputStream.write

void write (
  const(ubyte[]) bytes
) @safe;

Function PipeOutputStream.write

void write (
  const(char[]) bytes
) @safe;
Authors
Copyright
License