[][src]Trait gulali::builders::dimensional::TwoDimensional

pub trait TwoDimensional<T> where
    T: Copy
{ fn two_dim(nrows: usize, ncols: usize) -> Self; }

Two-dimensional vectors

Required methods

fn two_dim(nrows: usize, ncols: usize) -> Self

Returns new two-dimensional vector with specified number of rows and number of columns.

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...