Macro utah::col [] [src]

macro_rules! col {
    {
        $($element : expr),+
    } => { ... };
}