Macro allegro_util::flags [] [src]

macro_rules! flags {
    ($f: ident { $($n: ident = $v: expr),*}) => { ... };
}