Constructs an empty StringBuilder.
Example:
var sb = new StringBuilder (); assert (sb.length () == 0);