Macro deranged::if_signed

source ยท
macro_rules! if_signed {
    (true $($x:tt)*) => { ... };
    (false $($x:tt)*) => { ... };
}