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.
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.