[][src]Macro rusticata_macros::slice_fixed

macro_rules! slice_fixed {
    ( $i:expr, $count:expr ) => { ... };
}

Parse a slice and return a fixed-sized array of bytes

This creates a copy of input data Uses unsafe code