rustasm6502::ident_map!
[−]
[src]
macro_rules! ident_map { ( $name:ident = { $($key:ident => $e:expr),* $(,)* } ) => { ... }; }
A compile-time map from identifiers to arbitrary (heterogeneous) expressions hidden