Type Definition typenum::consts::P1 [] [src]

type P1 = PInt<U1>;

Trait Implementations

impl<U: Unsigned + NonZero> Pow<NInt<U>> for P1
[src]

1^N = 1

The result of the exponentiation.

[src]

This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more

Auto Trait Implementations