values

Function values 

Source
pub fn values<'s>(
    s: &'s str,
    k: &str,
) -> impl DoubleEndedIterator<Item = &'s str>
Expand description

Get the a &str-value iterator for a &str-key according to the parameters format.