Macro ada::color[][src]

macro_rules! color {
    { $A:expr, $B:expr, $C:expr } => { ... };
    { $A:expr, $B:expr, $C:expr, $D:expr } => { ... };
}