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