pub type VectorMemory = Rc<RefCell<Vec<u8>>>;
A Memory that is based on a vector.
Memory
pub struct VectorMemory { /* private fields */ }