Code doesn't work - why?

Cliff via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 17 14:49:20 PDT 2014


On Wednesday, 17 September 2014 at 21:45:01 UTC, Robin wrote:
> This is actually a good question as this code isn't really 
> complex or doesn't require the best possible performance.
> But in case I will ever need optimum performance I should have 
> learned how to handle tasks with value types which is the main 
> reason why I chose them instead of reference types - for 
> learning purposes.
>
> - can't hurt! ;)
>
> Regards,
> Rob

Probably also has applicability when creating compile-time data
structures that have scope-limited lifetimes.


More information about the Digitalmars-d-learn mailing list