fn writevAll(this: anytype, iovecs: []std.os.iovec_const) WriteError!usize
[src]
Returns the number of bytes read, which may be less than the buffer space provided, indicating end-of-stream. The iovecs
parameter is mutable in case this function needs to mutate the fields in order to handle partial writes from the underlying layer.