macro_rules! w2 {
($($matcher:tt)+) => { ... };
}Expand description
matches a 2 byte section by a Bits grammer expression.
this is a shortcut for word(2, matcher!(for Bits, ...)).
macro_rules! w2 {
($($matcher:tt)+) => { ... };
}matches a 2 byte section by a Bits grammer expression.
this is a shortcut for word(2, matcher!(for Bits, ...)).