sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
val write : Cstruct.t -> string -> int -> int -> int
write stream buf ofs len
writes up to len
bytes from buf
at ofs
to stream
. If this returns short it means EOF
val read : Cstruct.t -> string -> int -> int -> int
read stream buf ofs len
reads up to len
bytes to buf
at ofs
from stream
. If this returns short it means EOF
val unsafe_write : Cstruct.t -> string -> int -> int -> int
val unsafe_read : Cstruct.t -> string -> int -> int -> int