https://issues.dlang.org/show_bug.cgi?id=17634
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- "dropExactly(c).startWith(...)" would allow to find the needle also we can imagine a struct-based return type that doesn't break the current code: struct countUntilResult() { ptrdiff_t pos; size_t index; } --
