macro_rules! bs_starts_with {
($context:expr, $pattern:expr) => { ... };
}Expand description
Determine if the remaining stream starts with $pattern.
This macro assumes that $pattern.len() bytes are available for reading.
macro_rules! bs_starts_with {
($context:expr, $pattern:expr) => { ... };
}Determine if the remaining stream starts with $pattern.
This macro assumes that $pattern.len() bytes are available for reading.