I thought about where lowerBound and friends should sit, and there were arguments that could be made both ways. I'm still open if a solid tiebreaker comes about.

std.algorithm: algorithms operating on ranges
std.range: introduces range types

lowerBound etc: some of both.


Andrei

On 9/8/10 9:07 AM, David Simcha wrote:
Looks good. I like that Zip now uses a tuple instead of that ugly
oddball Proxy struct, and sort apparently will work with sealed containers.

One quick comment, though: I thought that the separation between
std.range and std.algorithm was that std.range operates on range
topologies, while std.algorithm operates on elements. Why are lowerBound
and friends in std.range now?

On 9/8/2010 9:20 AM, dsource.org wrote:
phobos commit, revision 1968


user: andrei

msg:
Fixed Zip, added SortedRange

http://www.dsource.org/projects/phobos/changeset/1968

_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos


_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to