pub fn values<'s>( s: &'s str, k: &str, ) -> impl DoubleEndedIterator<Item = &'s str>
Get the a &str-value iterator for a &str-key according to the parameters format.
&str