September 13, 2021
https://issues.dlang.org/show_bug.cgi?id=22302

          Issue ID: 22302
           Summary: std.algorithm.skipOver performs unnecessary UTF
                    decoding
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: dlang-bugzilla@thecybershadow.net

When invoked with two strings, it has no reason to decode.

--