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