Function decimal_sign

Source
fn decimal_sign(input: &[u8]) -> Option<ParsedItem<'_, ()>>
Expand description

Parse a “decimal sign”, which is either a comma or a period.