macro_rules! constant7 {
($x:expr) => { ... };
}Expand description
The constant function with 7 arguments constant7(x) = (_, _, _, _, _, _, _) -> x.
macro_rules! constant7 {
($x:expr) => { ... };
}The constant function with 7 arguments constant7(x) = (_, _, _, _, _, _, _) -> x.