Buffer.growthFactor

By how much to grow the buffer when we reach the end of it.

struct Buffer(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 128)
private pure nothrow
static if(dynamic)
enum growthFactor = 1.5;