On 01-05-2012 03:41, Jesse Phillips wrote:
On Sunday, 29 April 2012 at 20:50:02 UTC, Alex Rønne Petersen wrote:- in operatorDisagree. 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.
I know, but it's very intuitive still; see Python. -- - Alex