Skip Over Shortest Matching prefix in needles that prefixes haystack.
TODO: Make return value a specific type that has bool conversion so we can call it as if (auto hit = r.skipOverShortestOf(...)) { ... }
See Implementation
Skip Over Shortest Matching prefix in needles that prefixes haystack.
TODO: Make return value a specific type that has bool conversion so we can call it as if (auto hit = r.skipOverShortestOf(...)) { ... }