[][src]Trait spade::SpadeNum

pub trait SpadeNum: Signed + Clone + Debug + PartialOrd { }

Number types that can be used with spade.

Number types that can be used for spade's datastructures will need to implement this trait. Can be an integer or floating point type. Note that copy is not necessary to support big integers from the num crate.

Implementations on Foreign Types

impl SpadeNum for i32[src]

impl SpadeNum for i64[src]

impl SpadeNum for f32[src]

impl SpadeNum for f64[src]

impl SpadeNum for BigInt[src]

impl SpadeNum for BigRational[src]

impl SpadeNum for Ratio<AdaptiveInt>[src]

Loading content...

Implementors

Loading content...