Skip to main content

VList

Type Alias VList 

Source
pub type VList = Rc<RefCell<Vec<Value>>>;

Aliased Type§

pub struct VList { /* private fields */ }