Skip to main content

parse_apply_parameterized

Function parse_apply_parameterized 

Source
fn parse_apply_parameterized(
    ident: &Ident,
    input: ParseStream<'_>,
) -> Result<MirScalarExpr>
Expand description

Applies a parameterized function variant. The variant’s parameters appear in brackets between the name and the argument list.