Struct lazy_array::LazyArray
[−]
[src]
pub struct LazyArray<T>(_);
pub struct LazyArray<T>(_);
impl<T> LazyArray<T>[src]pub fn new(size: usize) -> LazyArray<T>[src]pub fn put(&self, index: usize, t: T)[src]pub fn get(&self, index: usize) -> Option<&T>[src]