parse_repeat

Function parse_repeat 

Source
fn parse_repeat(
    src: &mut TtIter<'_>,
) -> Result<(Option<Separator>, RepeatKind), ParseError>