Skip to main content

sp_take_while_byte

Function sp_take_while_byte 

Source
pub fn sp_take_while_byte<'a>(f: fn(u8) -> bool) -> SpanParser<'a>
Expand description

Take bytes while predicate holds (byte-level, ASCII-safe).