[][src]Module extended_primitives::uint256

Big unsigned integer types

Implementation of a various large-but-fixed sized unsigned integer types. The functions here are designed to be fast.

Edits to the original Implementation -> We don't use the u128 type at all so I see no need for a macro. I'd rather have the code easier to understand for a newcomer, then have a macro that is only used for one thing.

Structs

Uint256

Traits

BitArray

A trait which allows numbers to act as fixed-size bit arrays