uint

Macro uint 

Source
macro_rules! uint {
    () => { ... };
    (0 $($bs:tt)*) => { ... };
    (1 $($bs:tt)*) => { ... };
}