package integers
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Various signed and unsigned integer types for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.3.0.tar.gz
sha256=9c9a7e5ace7252d2e020cde7e02ac9e2eb475d68ef22528726bce1cbd96cb70d
md5=28715567848f07aa688a09496041731b
doc/integers/Unsigned/index.html
Module Unsigned
Types and operations for unsigned integers.
module type S = sig ... endUnsigned integer operations.
module UInt32 : sig ... endUnsigned 32-bit integer type and operations.
module UInt64 : sig ... endUnsigned 64-bit integer type and operations.
type uchar = UChar.tThe unsigned char type.
type uint8 = UInt8.tUnsigned 8-bit integer type.
type uint16 = UInt16.tUnsigned 16-bit integer type.
type uint32 = UInt32.tUnsigned 32-bit integer type.
type uint64 = UInt64.tUnsigned 64-bit integer type.
type size_t = Size_t.tThe size_t unsigned integer type.
type ushort = UShort.tThe unsigned short unsigned integer type.
type uint = UInt.tThe unsigned int type.
type ulong = ULong.tThe unsigned long integer type.
type ullong = ULLong.tThe unsigned long long integer type.
val of_byte_size : int -> (module S)of_byte_size b is a module of type S that implements an unsigned type with b bytes.
Raise Invalid_argument if no suitable type is available.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>