https://issues.dlang.org/show_bug.cgi?id=4936
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #4 from Seb <[email protected]> --- This works: --- import std.stdio, std.algorithm, std.range; void main() { auto foo = ["a the way home", "can I say"]; auto bar = ["be it here or there", "you may"]; completeSort(foo.assumeSorted, bar.assumeSorted); } --- https://run.dlang.io/is/aeO4fp > Clearly, no one is using completeSort at all Yeah if it's open for eight years, that's a very good sign no one uses it... I'm closing this as it's too old for an regression and assumeSorted works. --
