Function allehanda::list::cons [] [src]

pub fn cons<T>(x: T, xs: Rc<List<T>>) -> Rc<List<T>>