[][src]Function grid_trait::grid3::alloc

pub fn alloc<I, T>(
    x_len: i32,
    y_len: i32,
    z_len: i32,
    startval: T
) -> ArrayGrid3<T> where
    T: Clone

Allocate a grid on the heap.