The product of two compile-time rational numbers.
static assert(is(Product!(Rational!(3, 2u), Rational!(2, 3u)) == Rational!1));
See Implementation
The product of two compile-time rational numbers.