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
integers-0.2.0.tbz
sha256=b3d554125aefebe65e4e7d350fd526f7b788d74503daee1f1ec60a425184a73c
md5=0d485413bf08a238a424c0f573d5c3c3
doc/integers/Unsigned/UInt8/index.html
Module Unsigned.UInt8Source
Unsigned 8-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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>