[Issue 5939] Cannot copy std.algorithm.map

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 24 23:56:01 PDT 2012


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


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

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


--- Comment #13 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-07-24 23:55:57 PDT ---
I definitely think that we need to be able to get at the init values of
Voldemort types. Too much generic code needs init for it to make sense to do
otherwise. Not to mention, init is normally a public property, and you can call
public functions on Voldemort types just fine (e.g. front, popFront, etc.). If
the creator of the Voldemort type really wants to make it so that you can't use
its init value, then they can @disable it.

-- 
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