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.