#include "di/math/bigint/fixed_ops.h"#include "di/types/prelude.h"#include "di/vocab/array/prelude.h"#include "di/vocab/span/prelude.h"Go to the source code of this file.
Classes | |
| class | di::math::FixedUnsigned< bits > |
| A fixed-width unsigned integer. More... | |
| class | di::FixedUnsigned< bits > |
| A fixed-width unsigned integer. More... | |
Namespaces | |
| namespace | di |
| namespace | di::math |
Typedefs | |
| using | di::math::u128_fallback = FixedUnsigned<128> |
| using | di::math::u256 = FixedUnsigned<256> |
| using | di::u128_fallback |
| using | di::u256 |