Expand description
Integer generic traits and operations
These traits and functions are for use in generic algorithms that work indifferently to particular types, relying on some common traits.
Traits
Methods common to all integer types that
could be used generically in abstract algorithms
Functions
Builds integer of type T from another integer of type F in a generic way.
Guarantees to only return positive values.