Like findSplit but with multiple separator needles known at compile-time to prevent NarrowString decoding.
TODO: Do sentinel-based search when haystack is mutable and larger than a certain value.
TODO: Move to Phobos.
TODO: Resort to memchr for some case if (!__ctfe).
https://forum.dlang.org/post/efpbmtyisamwwqgpxnbq@forum.dlang.org
https://forum.dlang.org/post/ycotlbfsqoupogaplkvf@forum.dlang.org
See Implementation
Like findSplit but with multiple separator needles known at compile-time to prevent NarrowString decoding.
TODO: Do sentinel-based search when haystack is mutable and larger than a certain value.
TODO: Move to Phobos.
TODO: Resort to memchr for some case if (!__ctfe).