[][src]Trait gulali::properties::dim::Dimension

pub trait Dimension<T> where
    T: Copy
{ fn dim(&self) -> usize; }

Dimension of the vector

Required methods

fn dim(&self) -> usize

Returns the number of dimensions of the vector

Loading content...

Implementations on Foreign Types

impl<T> Dimension<T> for Vec<T> where
    T: Copy
[src]

impl<T> Dimension<T> for Vec<Vec<T>> where
    T: Copy
[src]

impl<T> Dimension<T> for Vec<Vec<Vec<T>>> where
    T: Copy
[src]

impl<T> Dimension<T> for Vec<Vec<Vec<Vec<T>>>> where
    T: Copy
[src]

Loading content...

Implementors

Loading content...