Macro deranged::if_unsigned

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