pub fn subscript(input: &str) -> IResult<&str, RawSubscript>
Expand description

subscript = { index } [ ellipsis { index } ];