Trait fibo::mat::Exponent[][src]

pub trait Exponent: Zero + One + BitAnd<Self, Output = Self> + Shr<u8, Output = Self> + ShrAssign<u8> + PartialEq { }

Implementations on Foreign Types

impl Exponent for i64[src]

impl Exponent for BigInt[src]

Implementors