On Friday, 7 February 2014 at 22:12:29 UTC, Walter Bright wrote: > > 5. Every instantiation that only differs by the buffer size > would generate a separate set of code. Having the buffer size > passed into the constructor means only one instance is > generated per type. There's always alloca :)