Recursive expansion

Philippe Sigaud philippe.sigaud at gmail.com
Mon Aug 20 06:43:32 PDT 2012


On Sat, Aug 18, 2012 at 12:30 AM, Henning Pohl <henning at still-hidden.de> wrote:
> Sorry, I meant function types like
>
> void function(int i, string s)

I'm not sure how you can have dynamically-given functions and
statically-determined types?

Did you try to either fuse the repeated types (that is, getting a set
and not a tuple) and pointing to the correct type anyway?
Or, you can try to divide your tuple into smaller stores of, say, 256 types.


More information about the Digitalmars-d-learn mailing list