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