python311-fixedint
Simple fixed-width integers


This module provides fixed-size integer classes which retain their fixed nature across arithmetic operations. It is geared towards users who need to emulate machine integers. It provides flexible classes for defining integers with a fixed number of bits, as well as predefined classes for common machine integer sizes. These classes can be used as drop-in replacements for int/long, and can be sliced to extract bitfields. Mutable versions of these integers are provided, enabling usages such as emulation of machine registers.

Python-2.0

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...