pub fn parse_typed_args( input: &str, ) -> IResult<&str, Vec<(Option<&str>, Expr<'_>)>>
Parse a list of typed arguments