Function layout_2013::linked_list::prepend_from

source ยท
pub fn prepend_from<T>(this: &mut LinkedList<T>, other: &mut LinkedList<T>)
Expand description

Prepends the items in the other list to this one, leaving the other list empty.