Macro allegro_util::flag_type [] [src]

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