macro_rules! const_concat {
($e:expr) => { ... };
($l:expr, $($r:expr),+ $(,)?) => { ... };
}
Available on crate feature
experimental-inspect
only.Expand description
concat!
but working with constants
macro_rules! const_concat {
($e:expr) => { ... };
($l:expr, $($r:expr),+ $(,)?) => { ... };
}
experimental-inspect
only.concat!
but working with constants