Trait SpecExtend
pub(in ::collections) trait SpecExtend<I: IntoIterator>
An intermediate trait for specialization of Extend.
Required Methods
fn spec_extend(&mut self, iter: I)Extends
selfwith the contents of the given iterator.
Implementors
impl<I: IntoIterator, A: Allocator> SpecExtend<I> for LinkedList<I::Item, A>impl<T> SpecExtend<LinkedList<T>> for LinkedList<T>