macro_rules! bs_slice_ignore {
($context:expr) => { ... };
}Expand description
Retrieve the slice of marked bytes ignoring the very last byte.
macro_rules! bs_slice_ignore {
($context:expr) => { ... };
}Retrieve the slice of marked bytes ignoring the very last byte.