macro_rules! test_values {
($([$t:ty; $n:literal]),*) => { ... };
}Expand description
Create a list of randomly generated ints, constrained by the sizes of the associated int types passed.
macro_rules! test_values {
($([$t:ty; $n:literal]),*) => { ... };
}Create a list of randomly generated ints, constrained by the sizes of the associated int types passed.