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.4.0.tar.gz
sha256=ba6e087606c622533ecca9dc4c0917a3cc183e73e3e7d8511b68e21183ef913f
md5=c1492352e6525048790508c57aad93c3
doc/integers/Unsigned/UInt16/index.html
Module Unsigned.UInt16Source
Unsigned 16-bit integer type and operations.
Division. Raise Division_by_zero if the second argument is zero.
Integer remainder. Raise Division_by_zero if the second argument is zero.
shift_left x y shifts x to the left by y bits.
shift_right x y shifts x to the right by y bits.
Convert the given string to an unsigned integer. Raise Failure "int_of_string" if the given string is not a valid representation of an unsigned integer.
The comparison function for unsigned integers, with the same specification as Pervasives.compare.
Tests for equality, with the same specification as Pervasives.(=).
Output the result of to_string on a formatter.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>