DIP 36: Rvalue References

Zach the Mystic reachzach at gggggmail.com
Tue Apr 23 22:47:41 PDT 2013


On Tuesday, 23 April 2013 at 08:13:28 UTC, Mehrdad wrote:
> On Wednesday, 10 April 2013 at 06:11:29 UTC, Zach the Mystic 
> wrote:
>> no value type is ever unsafe.
>
> Delegates?

Well, I don't know the formal definition of a delegate, but I 
believe it is a pointer to a function, plus a pointer to a data 
frame for the function. Since it contains a pointer, it qualifies 
to me as a reference type. Arrays too.


More information about the Digitalmars-d mailing list