macro_rules! bytes {
($name:ident, $l:expr) => { ... };
}
Expand description
Convenience function to create a new byte array (of type U8
) with the given
name and length.
macro_rules! bytes {
($name:ident, $l:expr) => { ... };
}
Convenience function to create a new byte array (of type U8
) with the given
name and length.