fn writev(this: anytype, iovecs: []const std.os.iovec_const) WriteError!usize

Returns the number of bytes read, which may be less than the buffer space provided. A short read does not indicate end-of-stream.

Parameters

this: @This(),
iovecs: []const std.os.iovec_const,