10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-28 16:12:26 +02:00
quantum_package/src/Bitmask/ASSUMPTIONS.rst
2014-04-10 22:17:26 +02:00

7 lines
142 B
ReStructuredText

* ``bit_kind_shift``, ``bit_kind_size`` and ``bit_kind`` are coherent::
2**bit_kind_shift = bit_kind_size
bit_kind = bit_kind_size / 8