integer library
integer library allows you to use custom bitwidth integers via getters
and datatypes
Classes
Extensions
- ClampToSignedInteger on int
- This extension will clamp the integer value to the appropriate bit-width
- ClampToUnsignedInteger on int
- This extension will clamp the integer value to the appropriate bit-width, without negative values.