pub fn parse_repeat_with_separators(
input: &str,
separators: Separators,
) -> Result<Repeat<'_>, ParseError>
Expand description
Parse a repeat using the given separators.
pub fn parse_repeat_with_separators(
input: &str,
separators: Separators,
) -> Result<Repeat<'_>, ParseError>
Parse a repeat using the given separators.