Macro num_rational::pow::pow_signed_impl

source ยท
macro_rules! pow_signed_impl {
    (@ &'b BigInt, BigUint) => { ... };
    (@ $exp:ty, $unsigned:ty) => { ... };
    ($exp:ty, $unsigned:ty) => { ... };
}