[Issue 2344] Two wrong lookups for array functions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Oct 10 18:34:46 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2344
------- Comment #2 from andrei at metalanguage.com 2008-10-10 20:34 -------
(In reply to comment #1)
> This is an enhancement. Rewriting:
> array.foo
> as:
> .foo(array)
> rather than:
> foo(array)
> does the trick.
>
Nah. The whole point was to have obj.foo work for arrays and other beasts.
--
More information about the Digitalmars-d-bugs
mailing list