Macro tylisp::non_calc_literal[][src]

macro_rules! non_calc_literal {
    { $(
        $({$($gen:tt)*})? $ty:ty
    );+ } => { ... };
}