macro_rules! environment {
($i:literal) => { ... };
($i:expr) => { ... };
}Expand description
Sugar for environment creation.
macro_rules! environment {
($i:literal) => { ... };
($i:expr) => { ... };
}Sugar for environment creation.