Module extprim::traits [] [src]

Traits for conversion between the extra primitive types.

Structs

Wrapping

Wrapper for u128 and i128 to turn arithmetic operators to wrapping ones.

Traits

ToExtraPrimitive

Trait for converting itself into the extra primitive types.

Functions

parse_rust_int_lit

Parses a Rust integer literal into an actual integral type.

pow [
Deprecated
]

Raise base to the power of exp, using exponentiation by squaring.