Function argmap::parse[][src]

pub fn parse<T>(input: impl Iterator<Item = T>) -> (List, Map) where
    T: ToString
Expand description

Parse an iterator of string arguments into a 2-tuple of positional arguments and a HashMap mapping String keys to Vec values.