[−][src]Trait two_sided_vec::TwoSidedExtend
The two-sided counterpart to Extend,
which supports extending both the front and back of the
The two-sided counterpart to Extend,
which supports extending both the front and back of the
fn extend_back<I: IntoIterator<Item = T>>(&mut self, iter: I)fn extend_front<I: IntoIterator<Item = T>>(&mut self, iter: I)impl<'a, T: Copy + 'a> TwoSidedExtend<&'a T> for TwoSidedVec<T>[src]fn extend_back<I: IntoIterator<Item = &'a T>>(&mut self, iter: I)[src]fn extend_front<I: IntoIterator<Item = &'a T>>(&mut self, iter: I)[src]impl<T> TwoSidedExtend<T> for TwoSidedVec<T>[src]fn extend_back<I: IntoIterator<Item = T>>(&mut self, iter: I)[src]fn extend_front<I: IntoIterator<Item = T>>(&mut self, iter: I)[src]