Pipe.write
SendResult write(scope const(ubyte)[] data) @trustedWrite bytes to the pipe (write end only).
Parameters
data | Bytes to write. |
Returns
Result indicating success, partial write, backpressure, or error.
SendResult write(scope const(ubyte)[] data) @trustedWrite bytes to the pipe (write end only).
data | Bytes to write. |