package angstrom

  1. Overview
  2. Docs

Module Angstrom.LESource

Little endian parsers

Sourceval int16 : int t
Sourceval int32 : int32 t
Sourceval int64 : int64 t

intN reads N bits and interprets them as little endian signed integers.

Sourceval uint16 : int t

uint16 reads 16 bits and interprets them as a little endian unsigned integer.

Sourceval float : float t

float reads 32 bits and interprets them as a little endian floating point value.

Sourceval double : float t

double reads 64 bits and interprets them as a little endian floating point value.

OCaml

Innovation. Community. Security.