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