skipValue
Skips over the next occurrence of the specified separator in the string, returning the substring before the separator and updating the input string to start after the separator.
fn
IStr skipValue(ref inout(char)[] str, char sep)Skips over the next occurrence of the specified separator in the string, returning the substring before the separator and updating the input string to start after the separator.