ProxyStream.write - multiple declarations
Function ProxyStream.write
Writes an array of bytes to the stream.
ulong write
(
in const(ubyte[]) bytes,
IOMode mode
) @safe;
final abstract void write
(
in const(ubyte[]) bytes
) @safe;
final abstract void write
(
in const(char[]) bytes
) @safe;
Function ProxyStream.write
Writes an array of bytes to the stream.
ulong write
(
in const(ubyte[]) bytes,
IOMode mode
) @safe;
final abstract void write
(
in const(ubyte[]) bytes
) @safe;
final abstract void write
(
in const(char[]) bytes
) @safe;
Alias ProxyStream.write