Skip to main content

List

Type Alias List 

Source
pub type List<T> = Rc<Inner<T>>;

Aliased Typeยง

pub struct List<T> { /* private fields */ }