macro_rules! confined_blob { () => { ... }; ($elem:expr; $n:expr) => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
👎Deprecated since 4.7.0: use size-specific macros
Expand description
Helper macro to construct confined blob
macro_rules! confined_blob { () => { ... }; ($elem:expr; $n:expr) => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Helper macro to construct confined blob