[][src]Trait gulali::properties::shape::Shape

pub trait Shape<T> where
    T: Copy
{ fn shape(&self) -> Vec<usize>; }

A list of integers indicating the size of the vector in each dimension

Required methods

fn shape(&self) -> Vec<usize>

Returns a list of integers indicating the length of the vector in each dimension

Loading content...

Implementations on Foreign Types

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

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

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

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

Loading content...

Implementors

Loading content...