package ocplib-endian

  1. Overview
  2. Docs
type bigstring = (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t
module type EndianBigstringSig = sig ... end

Functions reading according to Big Endian byte order

module BigEndian : sig ... end

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

module BigEndian_unsafe : sig ... end

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

module LittleEndian : sig ... end

Functions reading according to Little Endian byte order

module LittleEndian_unsafe : sig ... end

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

module NativeEndian : sig ... end

Functions reading according to machine endianness

module NativeEndian_unsafe : sig ... end

Functions reading according to machine endianness without checking for overflow