How do you deal with scoped allocations?

Adam D. Ruppe destructionator at gmail.com
Sat Dec 7 16:17:47 PST 2013


On Sunday, 8 December 2013 at 00:16:46 UTC, Adam D. Ruppe wrote:
> the same general pattern there of static array up to a certain 
> size.

static array being "T[max_size]", not "static T[max_size]"

just so it uses the stack for most things.


More information about the Digitalmars-d mailing list