pub type PowWrapped<N> = BinaryLiteral<N, PowWrappedOperation<N>>;
Expand description

Raises first to the power of second, wrapping around at the boundary of the type, storing the outcome in destination.