NoiseStream.write - multiple declarations

Function NoiseStream.write

Writes an array of bytes to the stream.

void write (
  const(ubyte[]) bytesConst
);

Function NoiseStream.write

Not implemented.

void write (
  vibe.core.stream.InputStream stream,
  ulong nbytes = 0LU
);