Function extra::list::append

pub fn append<T: std::clone::Clone + 'static>(l: @List<T>, m: @List<T>) -> @List<T>

Appends one list to another