macro_rules! fixed_mul_div {
($ty:ty) => { ... };
}
Expand description
Implements multiplication and division operators for fixed types.
macro_rules! fixed_mul_div {
($ty:ty) => { ... };
}
Implements multiplication and division operators for fixed types.