macro_rules! impl_fixed_arbitrary { ($(($name:ident, $size:expr)),*) => { ... }; }
Expand description
Implements the Arbitrary
trait for types with fixed array types.
macro_rules! impl_fixed_arbitrary { ($(($name:ident, $size:expr)),*) => { ... }; }
Implements the Arbitrary
trait for types with fixed array types.