Re: Set ops in std.algorithm

2010-03-13 Thread Michel Fortin
On 2010-03-13 12:02:40 -0500, Andrei Alexandrescu said: On 03/10/2010 05:47 PM, bearophile wrote: This post is mostly for Andrei, but I don't think private emails are good for this. I suggest to move the set-related functions of std.algorithm to a different module, because: 1) They are tied

Re: Set ops in std.algorithm

2010-03-13 Thread Andrei Alexandrescu
On 03/10/2010 05:47 PM, bearophile wrote: This post is mostly for Andrei, but I don't think private emails are good for this. I suggest to move the set-related functions of std.algorithm to a different module, because: 1) They are tied to a specific representation of sets (sorted unique InputRan

Set ops in std.algorithm

2010-03-10 Thread bearophile
This post is mostly for Andrei, but I don't think private emails are good for this. I suggest to move the set-related functions of std.algorithm to a different module, because: 1) They are tied to a specific representation of sets (sorted unique InputRanges), so if I have a BitSet, HashSet, App