macro_rules! domain_int_ground {
() => { ... };
($($e:expr),+ $(,)?) => { ... };
}Expand description
Creates a [GroundDomain::Int]
macro_rules! domain_int_ground {
() => { ... };
($($e:expr),+ $(,)?) => { ... };
}Creates a [GroundDomain::Int]