Skip to main content

plan_index_list

Function plan_index_list 

Source
fn plan_index_list(
    ecx: &ExprContext<'_>,
    expr: HirScalarExpr,
    indexes: &[&Expr<Aug>],
    n_layers: usize,
    elem_type_name: &str,
) -> Result<(usize, HirScalarExpr), PlanError>