macro_rules! bs_has_bytes {
($context:expr, $length:expr) => { ... };
}
Expand description
Indicates that a specified amount of bytes are available for reading.
macro_rules! bs_has_bytes {
($context:expr, $length:expr) => { ... };
}
Indicates that a specified amount of bytes are available for reading.