package angstrom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Native endian parsers

val int8 : int t
val int16 : int t
val int32 : int32 t
val int64 : int64 t

intN reads N bits and interprets them as a signed, native endian integer.

val uint8 : int t
val uint16 : int t
val uint32 : int32 t
val uint64 : int64 t

uintN reads N bits and interprets them as an unsigned, native endian integer.

val float : float t

float reads four bytes and interprets them as a native endian floating point value.

val double : float t

double reads eight bytes and interprets them as a native endian floating point value.

OCaml

Innovation. Community. Security.