Trait fibo::Index[][src]

pub trait Index: EuclideanDomain + Exponent + PartialOrd + Neg<Output = Self> + Clone { }

Implementations on Foreign Types

impl Index for i64[src]

impl Index for BigInt[src]

Implementors