Macro xlang_abi::span

source ·
macro_rules! span {
    [$($expr:expr),* $(,)?] => { ... };
    [$expr:expr ; $repeat:expr] => { ... };
}
Expand description

Produces an immutable span over a static (promoted) array of constant exressions