compile_cond_generic

Function compile_cond_generic 

Source
fn compile_cond_generic(
    cond: &str,
    args_count: i8,
    meta: &Meta,
    user_fns: &HashSet<String>,
    layout: &GlobalLayout,
    out: &mut Vec<Item>,
) -> Result<()>