[][src]Trait ndsparse::Dims

pub trait Dims: Array<Item = usize> + Copy { }

Gathers the typical bounds required by an array of dimensions ([usize; N]).

Implementors

impl<T> Dims for T where
    T: Array<Item = usize> + Copy
[src]

Loading content...