package ocplib-endian

  1. Overview
  2. Docs

Module EndianBigstringSource

Sourcemodule type EndianBigstringSig = sig ... end

Functions reading according to Big Endian byte order

Sourcemodule BigEndian : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

Sourcemodule BigEndian_unsafe : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

Sourcemodule LittleEndian : sig ... end

Functions reading according to Little Endian byte order

Sourcemodule LittleEndian_unsafe : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

Sourcemodule NativeEndian : sig ... end

Functions reading according to machine endianness

Sourcemodule NativeEndian_unsafe : sig ... end

Functions reading according to machine endianness without checking for overflow

OCaml

Innovation. Community. Security.