Skip to main content

w2

Macro w2 

Source
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, ...)).