package stdint

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.2.tar.gz
sha256=88b87da27b81ce175df4c58b2733958647869d33a143886740afe075a51b761b
md5=dde8a4e4429bffa4bd7c6a2b4bae1f4e

Description

The stdint library provides signed and unsigned integer types of various fixed widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bit. This interface is similar to Int32 and Int64 from the base library but provides more functions and constants like arithmetic and bit-wise operations, constants like maximum and minimum values, infix operators conversion to and from every other integer type (including int, float and nativeint), parsing from and conversion to readable strings (binary, octal, decimal, hexademical), conversion to and from buffers in both big endian and little endian byte order.

Published: 16 Aug 2017

OCaml

Innovation. Community. Security.