[][src]Type Definition typenum::P1

type P1 = PInt<U1>;

Trait Implementations

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

1^N = 1

type Output = P1

The result of the exponentiation.