Macro nom::tag_bits [] [src]

macro_rules! tag_bits {
    ($i:expr, $t:ty, $count:expr, $p: pat) => { ... };
}

matches an integer pattern to a bitstream. The number of bits of the input to compare must be specified