Macro augh::augh

source · []
macro_rules! augh {
    () => { ... };
    ($($arg:tt)+) => { ... };
}