macro_rules! unroll5 {
($var:ident, $body:block) => { ... };
}Available on non-crate feature
no_unroll only.Expand description
unroll5
macro_rules! unroll5 {
($var:ident, $body:block) => { ... };
}no_unroll only.unroll5