Variable-length delegates?

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 16 05:35:08 PST 2014


On Tuesday, 16 December 2014 at 13:26:56 UTC, bearophile wrote:
> Is it a good idea to introduce in D a "fat delegate" that has a 
> variable length (but its length is known at compile-time), able 
> to contain two or more context pointers and/or one or more 
> values or references, avoiding both some heap allocations of 
> the closure and allowing coding patterns that require two or 
> more context pointers?
>
> Bye,
> bearophile

http://wiki.dlang.org/DIP30


More information about the Digitalmars-d mailing list