using std.algorithm to find intersection of DateTime[][] arg

Sebastiaan Koppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 9 19:46:17 PDT 2015


Couldn't you use setIntersection together with reduce?

Doesn't seem like the most efficient solution, but its less 
typing and most likely will have no bugs.


More information about the Digitalmars-d-learn mailing list