pub struct Grid {
pub steps: usize,
}Expand description
Walk the whole space and stop.
The only scheme that runs out: ask answers None once every
combination is handed out, which is how a study written as a for stops
without being told a number. What is continuous is cut by steps, and an
Int narrower than that is taken whole. The first dimension varies
fastest, which is worth knowing when a grid is stopped early.
Fields§
§steps: usizeHow many values to take from each continuous knob.
Implementations§
Trait Implementations§
impl Eq for Grid
impl StructuralPartialEq for Grid
Auto Trait Implementations§
impl Freeze for Grid
impl RefUnwindSafe for Grid
impl Send for Grid
impl Sync for Grid
impl Unpin for Grid
impl UnsafeUnpin for Grid
impl UnwindSafe for Grid
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more