R8

Macro R8 

Source
macro_rules! R8 {
    ($value:expr) => { ... };
    ($numer:expr, $denom:expr) => { ... };
}
Expand description

Shorthand for creating a rational number in tests.