Pipe.write

SendResult write(scope const(ubyte)[] data) @trusted

Write bytes to the pipe (write end only).

Parameters

dataBytes to write.

Returns

Result indicating success, partial write, backpressure, or error.