Macro const_concat::const_concat[][src]

macro_rules! const_concat {
    ($a:expr, $b:expr) => { ... };
    ($a:expr, $($rest:expr),*) => { ... };
    ($a:expr, $($rest:expr),*,) => { ... };
}