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.
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.