Function prepend_reversed

pub(in ::collections::vec_deque::spec_extend) unsafe fn prepend_reversed<T, A: Allocator>(deque: &mut VecDeque<T, A>, slice: &[T])

Prepends elements of slice to deque in reverse order using a copy.

Safety