pub(crate) const fn wsp(input: &[u8]) -> Option<ParsedItem<'_, ()>>
Available on crate feature
parsing
only.Expand description
Consume exactly one space or tab.
pub(crate) const fn wsp(input: &[u8]) -> Option<ParsedItem<'_, ()>>
parsing
only.Consume exactly one space or tab.