# OneVec A simple `Vec` wrapper with one-based indices allowing for memory layout optimization, e.g. `Option` is the same size as `usize` (8 or 4 bytes on most platforms), while size of `Option` is two times bigger than `usize` (due to alignment).