pub fn vec_deque<P, V>(parser: P) -> MapParser<P, Collect<VecDeque<V>>>
Expand description
Convert the output of parser
from a Vec<V>
or other collection
into a VecDeque
.
pub fn vec_deque<P, V>(parser: P) -> MapParser<P, Collect<VecDeque<V>>>
Convert the output of parser
from a Vec<V>
or other collection
into a VecDeque
.