package stdint

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.1.tar.gz
sha256=d879ad5caf9b8e4680b5d6276aa77ef90b29b41447a979c0a9786ccc6b408757
md5=02c7da8215cf8e22ffa58405f2a29ea8

doc/stdint/Stdint/index.html

Module StdintSource

Standard integer types

Sourcetype int8

Signed 8-bit integer

Sourcetype int16

Signed 16-bit integer

Sourcetype int24

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

Unsigned 8-bit integer

Sourcetype uint16

Unsigned 16-bit integer

Sourcetype uint24

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.