[][src]Trait codegame::prelude::Num

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

Provided methods

pub fn abs(self) -> Self[src]

Loading content...

Implementors

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

Loading content...