Macro is_unsigned

Source
macro_rules! is_unsigned {
    ($tp:tt) => { ... };
}
Expand description

Is this type an unsigned number?