package core
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.14.1.tar.gz
sha256=8c158c12345d36a5cdd71081728f4317b2b04c09eb4126b6de00c482a6fec2a0
md5=b11f58205953d84cedb0003efcdab231
doc/core/Core/Unix/IOVec/index.html
Module Unix.IOVec
I/O-vectors for scatter/gather-operations
type 'buf t = private {
buf : 'buf;
(*Buffer holding the I/O-vector
*)pos : int;
(*Position of I/O-vector in buffer
*)len : int;
(*Length of I/O-vector in buffer
*)
}
Representation of I/O-vectors. NOTE: DO NOT CHANGE THE MEMORY LAYOUT OF THIS TYPE!!! All C-functions in our bindings that handle I/O-vectors depend on it.
type bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
val string_kind : string kind
val of_string : ?pos:int -> ?len:int -> string -> string t
of_string ?pos ?len str
val max_iovecs : int Core_kernel.Lazy.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>