apodize::from! [] [src]

macro_rules! from {
    ($typ:ty, $val:expr) => { ... };
}

helper shorthand macro for shorter, more readable code: from!(T, x) -> T::from(x).unwrap()