pub fn remove<'s>(s: &'s str, k: &str) -> (String, Option<&'s str>)
Remove a key-value (&str, &str) pair from s preserving the insertion order.
(&str, &str)
s