Module nth

Source

Functionsยง

parse_b ๐Ÿ”’
parse_n_dash_digits ๐Ÿ”’
parse_nth
Parse the An+B notation, as found in the :nth-child() selector. The input is typically the arguments of a function, in which case the caller needs to check if the argumentsโ€™ parser is exhausted. Return Ok((A, B)), or an Err(..) for a syntax error.
parse_number_saturate ๐Ÿ”’
parse_signless_b ๐Ÿ”’