Macro kaguya_rs::abs[][src]

macro_rules! abs {
    (>$t:ty) => { ... };
    ($x:expr) => { ... };
}

Absolute of signed

Syntax:

  1. abs(>type) :: Signed type => type -> type
  2. abs(x) -> x