fn decimal_sign(input: &[u8]) -> Option<ParsedItem<'_, ()>>Expand description
Parse a “decimal sign”, which is either a comma or a period.
fn decimal_sign(input: &[u8]) -> Option<ParsedItem<'_, ()>>Parse a “decimal sign”, which is either a comma or a period.