Trait iter_num_tools::IntoGridSpace[][src]

pub trait IntoGridSpace<T, S, const N: usize> {
    fn into_grid_space(self, steps: S) -> GridSpace<T, N>

Notable traits for GridSpace<T, N>

impl<T: Linear, const N: usize> Iterator for GridSpace<T, N> type Item = [T; N];
; }
Expand description

Used by grid_space

Required methods

Convert self into a GridSpace

Implementations on Foreign Types

Implementors