Searched defs:spec_extend (Results 1 – 3 of 3) sorted by relevance
13 fn spec_extend(&mut self, iter: I); in spec_extend() method26 default fn spec_extend(&mut self, iter: I) { in spec_extend() function45 default fn spec_extend(&mut self, iterator: I) { in spec_extend() function61 fn spec_extend(&mut self, mut iterator: IntoIter<T>) { in spec_extend() method85 default fn spec_extend(&mut self, iterator: I) { in spec_extend() function105 fn spec_extend(&mut self, iterator: slice::Iter<'a, T>) { in spec_extend() function
148 mod spec_extend; module
155 fn spec_extend(&mut self, iter: I); in spec_extend() method