[Issue 7723] @property filter/map

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 20 15:28:31 PDT 2012


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-03-20 15:28:47 PDT ---
But then that would _force_ you to use UFCS, which would be very bad IMHO.
Allowing it is one thing. Forcing it is another thing entirely.

Also, conceptually speaking, filter and map aren't properties at all. They
wouldn't make any sense whatsoever as fields on a class or struct. They're
definitely functions. And so they shouldn't be marked with @property.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list