Macro luminance::gtup_value [] [src]

macro_rules! gtup_value {
    ($t:expr) => { ... };
    ($a:expr, $($r:tt)*) => { ... };
}