Function parse_ident

Source
fn parse_ident<'a>(
    ident: &'a str,
    strict: bool,
) -> Result<ArrayRustType<Cow<'a, str>>, EvalError>