module Iovec_write:sig..end
pass multiple buffers at once to a libuv write function.
type t =
| |
Bigarray of |
| |
String of |
| |
Bytes of |
val drop : t list -> int -> t listdrop tl n adjusts the I/O vector list tl so that it no longer
includes its first n bytes.