Does D have too many features?
Jesse Phillips
jessekphillips+D at gmail.com
Mon Apr 30 18:41:28 PDT 2012
On Sunday, 29 April 2012 at 20:50:02 UTC, Alex Rønne Petersen
wrote:
>> - in operator
>
> Disagree. However, I do think it needs to made more useful (for
> instance, I simply don't understand why I can't use in to test
> for existence in an array).
Complexity of the operation. in on an array is not nearly the
same as with an associative array.
More information about the Digitalmars-d
mailing list