Function spec_into_iter

Source
pub uninterp fn spec_into_iter<T, A: Allocator>(
    v: Vec<T, A>,
) -> iter : <Vec<T, A> as IntoIterator>::IntoIter 
Expand description