package lwt
Promises and event-driven I/O
Install
Dune Dependency
Authors
Maintainers
Sources
5.6.1.tar.gz
md5=279024789a0ec84a9d97d98bad847f97
sha512=698875bd3bfcd5baa47eb48e412f442d289f9972421321541860ebe110b9af1949c3fbc253768495726ec547fe4ba25483cd97ff39bc668496fba95b2ed9edd8
doc/lwt.unix/Lwt_io/LE/index.html
Module Lwt_io.LE
Source
Reading/writing of numbers in little-endian
Reading
Reads a 32-bits integer as an ocaml int
Reads an IEEE single precision floating point value
Reads an IEEE double precision floating point value
Writing
Writes an ocaml int as a 32-bits integer
Writes an IEEE single precision floating point value
Writes an IEEE double precision floating point value