Macro kawaii::integer [] [src]

macro_rules! integer {
    ($name:ty) => { ... };
    ($name:ty, $($rest:ty),*) => { ... };
}