macro_rules! chunks {
($(
$b0:literal, $b1:literal, $b2:literal, $b3:literal,
$b4:literal, $b5:literal, $b6:literal, $b7:literal
),* $(,)?) => { ... };
}
Expand description
Returns a slice of chunks with the same bytewise value as the given bytes.