Constructs a StringBuilder with a pre-allocated buffer size.
Example:
var sb = new StringBuilder.sized (1024); assert (sb.length () == 0);
the initial buffer capacity.