Reverses the contents of this builder.
Example:
var sb = new StringBuilder.withString ("abc"); sb.reverse (); assert (sb.toString () == "cba");
this StringBuilder for chaining.