Macro isa

Source
macro_rules! isa {
    ($id:literal) => { ... };
    ($id:ident) => { ... };
}
Expand description

Macro for constructing ISA identifiers