Macro cadom::decay

source ·
macro_rules! decay {
    () => { ... };
    ($text:expr) => { ... };
    ($format:expr, $($rest:tt)*) => { ... };
}