Constructs a StringBuilder with initial content.
Example:
var sb = new StringBuilder.withString ("hello"); assert (sb.toString () == "hello");
the initial string content.