package index
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A platform-agnostic multi-level index for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
index-1.4.1.tbz
sha256=dde943f595ee9bb7d9b84cde05d0cb4675097e785dbf833521761fd843252206
sha512=9b4e1e2d684222205a5cb17370acfd90d36026de147d548319b7b411fa0c2c36fce970f3e7604880a38f5a17dfe338efd9e33cd70e51ee3d8cb66b038f2a8a69
doc/index.unix/Index_unix/Syscalls/index.html
Module Index_unix.SyscallsSource
Bindings to Unix system calls.
Source
val pread :
fd:Unix.file_descr ->
fd_offset:Optint.Int63.t ->
buffer:bytes ->
buffer_offset:int ->
length:int ->
intReads up to length bytes from fd (starting at position fd_offset) into buffer (starting at position buffer_offset). Returns the number of bytes actually read. fd's cursor position is unchanged.
Source
val pwrite :
fd:Unix.file_descr ->
fd_offset:Optint.Int63.t ->
buffer:bytes ->
buffer_offset:int ->
length:int ->
intWrites up to length bytes from buffer (starting at position buffer_offset) to the file descriptor fd (starting at position fd_offset). Returns the number of bytes actually written. fd's cursor position is unchanged.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>