Macro const_concat

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

concat! but working with constants

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here