Nbuff.toIoVec

build iovec from this nbuff Paramenter v - ref to array of iovec structs n - size of array (must be >0) Return number of actually filled entries;

struct Nbuff
version(Posix)
@system
int
toIoVec
(
iovec* v
,
int n
)

Meta