package stdint

  1. Overview
  2. Docs
Signed and unsigned integer types having specified widths

Install

Dune Dependency

Authors

Maintainers

Sources

stdint-0.7.2.tbz
sha256=1560198d8bc9c7af3ea952c40dabe82666694210ecc3fdf9bbfeb43211e977e6
sha512=b0319c2e7490e58effc7a01f2c5635d3468e501741478249e012dda039729609f7bb7d3cb6239eed709f1c043bc23a1c6cff777b174d215fbf6f2eba9f0d023d

doc/stdint/Stdint/index.html

Module StdintSource

Standard integer types

Sourcetype int8 = private int

Signed 8-bit integer

Sourcetype int16 = private int

Signed 16-bit integer

Sourcetype int24 = private int

Signed 24-bit integer

Sourcetype int32 = Int32.t

Signed 32-bit integer

Sourcetype int40

Signed 40-bit integer

Sourcetype int48

Signed 48-bit integer

Sourcetype int56

Signed 56-bit integer

Sourcetype int64 = Int64.t

Signed 64-bit integer

Sourcetype int128

Signed 128-bit integer

Sourcetype uint8 = private int

Unsigned 8-bit integer

Sourcetype uint16 = private int

Unsigned 16-bit integer

Sourcetype uint24 = private int

Unsigned 24-bit integer

Sourcetype uint32

Unsigned 32-bit integer

Sourcetype uint40

Unsigned 40-bit integer

Sourcetype uint48

Unsigned 48-bit integer

Sourcetype uint56

Unsigned 56-bit integer

Sourcetype uint64

Unsigned 64-bit integer

Sourcetype uint128

Unsigned 128-bit integer

Sourcemodule type Int = sig ... end

The generic integer interface

Sourcemodule Int8 : Int with type t = int8
Sourcemodule Int16 : Int with type t = int16
Sourcemodule Int24 : Int with type t = int24
Sourcemodule Int32 : Int with type t = int32
Sourcemodule Int40 : Int with type t = int40
Sourcemodule Int48 : Int with type t = int48
Sourcemodule Int56 : Int with type t = int56
Sourcemodule Int64 : Int with type t = int64
Sourcemodule Int128 : Int with type t = int128
Sourcemodule Uint8 : Int with type t = uint8
Sourcemodule Uint16 : Int with type t = uint16
Sourcemodule Uint24 : Int with type t = uint24
Sourcemodule Uint32 : Int with type t = uint32
Sourcemodule Uint40 : Int with type t = uint40
Sourcemodule Uint48 : Int with type t = uint48
Sourcemodule Uint56 : Int with type t = uint56
Sourcemodule Uint64 : Int with type t = uint64
Sourcemodule Uint128 : Int with type t = uint128
OCaml

Innovation. Community. Security.