package lwt
Promises and event-driven I/O
Install
dune-project
Dependency
Authors
Maintainers
Sources
5.10.1.tar.gz
md5=3550f2448bf94379ecd3d480eb8cb070
sha512=361b4fe8b1613683a0cd89fea08d9ae1615f84e771363ba97843c2dda5c3f45b4a4b6c048c8d79fa58d609c45a7e1dfa2b3e9873d02bac82934fd892f8f4fce1
doc/lwt.unix/Lwt_io/LE/index.html
Module Lwt_io.LESource
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