[][src]Trait geng_core::prelude::Num

pub trait Num: UNum + Neg<Output = Self> {
    fn abs(self) -> Self { ... }
}

Provided methods

fn abs(self) -> Self

Loading content...

Implementors

impl<T> Num for T where
    T: UNum + Neg<Output = T>, 
[src]

Loading content...