[Issue 2344] Two wrong lookups for array functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 10 16:23:09 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2344





------- Comment #1 from bugzilla at digitalmars.com  2008-10-10 18:23 -------
This is an enhancement. Rewriting:
   array.foo
as:
   .foo(array)
rather than:
   foo(array)
does the trick.


-- 



More information about the Digitalmars-d-bugs mailing list