Trait SpecExtendFromWithin

pub(in ::collections::vec_deque) trait SpecExtendFromWithin

Associated functions have the following preconditions:

Required Methods

unsafe fn spec_extend_from_within(&mut self, src: Range<usize>)
unsafe fn spec_prepend_from_within(&mut self, src: Range<usize>)

Implementors