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.
macro_rules! test_pairs {
($([$t:ty; $n:literal]),*) => { ... };
}Create a list of pairs of randomly generated ints, constrained by the sizes of the associated int types passed.