[][src]Trait vectrs::traits::Num

pub trait Num: Sized + Debug + Copy + PartialEq + Zero + One + Abs + Ops<Self> + AssignOps<Self> + for<'r> Ops<&'r Self> + for<'r> AssignOps<&'r Self> + Sum<Self> + Product<Self> { }

A base trait for numeric types.

Implementors

impl<T> Num for T where
    T: Sized + Debug + Copy + PartialEq + Zero + One + Abs + Ops<Self> + AssignOps<Self> + for<'r> Ops<&'r Self> + for<'r> AssignOps<&'r Self> + Sum<Self> + Product<Self>, 
[src]

Loading content...