What's missing from Phobos for Orbit (package manager)

Jacob Carlborg doob at me.com
Tue Feb 12 23:34:24 PST 2013


On 2013-02-12 22:35, Walter Bright wrote:

> The trivial ones should not be added to Phobos, for example, 'any' being
> defined as '!empty'. Such things add cognitive load but no value.

This is just an extension to the already existing std.algorithm.any 
function. I think it adds value, that's why I have it. It clearly shows 
the intent. It's the same reason why I think it's good to have explicit 
interfaces and abstract classes in opposite of how it works in C++.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list