uwt.async
Uwt.Iovec_write
pass multiple buffers at once to a libuv write function.
uwt.base
uwt.compat
uwt.ext
uwt.preemptive
uwt.sync
type t = Uwt_base.Iovec_write.t =
| Bigarray of buf * int * int
| String of string * int * int
| Bytes of bytes * int * int
val drop : t list -> int -> t list
drop tl n adjusts the I/O vector list tl so that it no longer includes its first n bytes.
drop tl n
tl
n