Trait alloc::collections::SpecExtend  
source · trait SpecExtend<I: IntoIterator> {
    // Required method
    fn spec_extend(&mut self, iter: I);
}Expand description
An intermediate trait for specialization of Extend.
Required Methods§
sourcefn spec_extend(&mut self, iter: I)
 
fn spec_extend(&mut self, iter: I)
Extends self with the contents of the given iterator.