Returns the number of bytes in this builder.
Example:
var sb = new StringBuilder.withString ("Hello"); assert (sb.length () == 5);
the current byte length.