pub fn insert<'s>( s: &'s str, k: &'s str, v: &'s str, ) -> (String, Option<&'s str>)
Insert a key-value (&str, &str) pair by appending it at the end of s preserving the insertion order.
(&str, &str)
s