fn writev(this: anytype, iovecs: []const std.os.iovec_const) WriteError!usize
[src]
Returns the number of bytes read, which may be less than the buffer space provided. A short read does not indicate end-of-stream.
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.