pub trait NDimensional {
const D: usize = 4_294_967_295usize;
const LOW_D: usize = 2usize;
const HIGH_D: usize = 137usize;
}Expand description
This is a trait that ensures consistent implementation of N-dimensional benchmark functions
Provided Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.