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 (
  scope const(ubyte)[] bytes,
  IOMode mode
) @safe;

Function PipeOutputStream.write

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

Function PipeOutputStream.write

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