package lwt
Promises and event-driven I/O
Install
Dune Dependency
Authors
Maintainers
Sources
5.4.1.tar.gz
md5=5a8d2a83ee9314781f137d147a4c62ae
sha512=b872b7abe546c431ba62fe466423d7ace8e487ebd85ea5e859f462eb4c0a6884b242d9efd4a557b6da3ae699b0b695e0a783f89a1d1147cba7d99c4ae9d2db17
doc/lwt.unix/Lwt_io/BE/index.html
Module Lwt_io.BE
Source
Reading/writing of numbers in big-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