Struct array3d::Array4d [] [src]

pub struct Array4d<T> {
    pub shape: V4i,
    pub data: Vec<T>,
}

Fields