[][src]Type Definition veho::matrix::Matrix

type Matrix<T> = Vec<Vec<T>>;