Function vec_deque

Source
pub fn vec_deque<P, V>(parser: P) -> MapParser<P, Collect<VecDeque<V>>>
where P: Parser, P::Output: IntoIterator<Item = V>,
Expand description

Convert the output of parser from a Vec<V> or other collection into a VecDeque.