
The Integer Types module provides tools for working with signed and unsigned integers of various sizes in Nelson.
These types are particularly useful for efficiently storing and processing large datasets, such as images or large numeric arrays.
The module supports conversions between integer formats and provides access to the minimum and maximum values representable for each integer type, ensuring safe and precise integer arithmetic.