test_pairs

Macro test_pairs 

Source
macro_rules! test_pairs {
    ($([$t:ty; $n:literal]),*) => { ... };
}
Expand description

Create a list of pairs of randomly generated ints, constrained by the sizes of the associated int types passed.