Like std.algorithm.skipOver, but stops when pred(suffix) or pred(suffix[0]) returns false.
See Implementation
Like std.algorithm.skipOver, but stops when pred(suffix) or pred(suffix[0]) returns false.