= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
signed and unsigned integer types having specified widths
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
0.5.1.tar.gz
md5=02c7da8215cf8e22ffa58405f2a29ea8
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: 05 Mar 2018
Dependencies (3)
-
jbuilder
>= "1.0+beta7"
- base-bytes
-
ocaml
< "5.0"
Dev Dependencies
-
None
Used by (18)
- amf
- bitcoinml
-
capnp
>= "3.4.0"
-
capnp-rpc
>= "0.4.0"
-
fstar
>= "0.9.3.0-beta1"
- i3ipc
- ip2location
-
jupyter
>= "1.0.2"
- kremlin
- libudev
- open_packaging
- osbx
- proc-smaps
- sid
- stdint-literals
- tezos-plompiler
-
uint
>= "2.0.1"
-
zmq
>= "4.0-6" & < "5.2.1"
Conflicts
-
None
On This Page