Why is std.algorithm so complicated to use?

Jacob Carlborg doob at me.com
Tue Jul 10 10:05:18 PDT 2012


On 2012-07-10 16:22, Andrei Alexandrescu wrote:

> It may be the case you're trying to write ruby in D. I rarely need to
> convert stuff to arrays.

Mostly I receive an array, do some operations on it and then want to 
store the result in an instance variable in a class or struct. It's 
quite awkward to store a range in an instance variable.

-- 
/Jacob Carlborg




More information about the Digitalmars-d mailing list