Crate lazy_vec

Source
Expand description

Structsยง

LazyVec
A lazily initialized version of Vec<T>. Specifically, LazyVec<T> is initialized with a certain length, where each cell is set to a pointer-sized value (which is the same size as a usize)