Source: /home/runner/work/aspl/aspl/stdlib/strings/StringBuilder.aspl:3:1
Source: /home/runner/work/aspl/aspl/stdlib/strings/StringBuilder.aspl:7:5
property int length
Source: /home/runner/work/aspl/aspl/stdlib/strings/StringBuilder.aspl:14:5
method construct(string str = "")
Source: /home/runner/work/aspl/aspl/stdlib/strings/StringBuilder.aspl:24:5
append writes the given string or string builder to the end of this string builder
method append(string|StringBuilder str) returns self
Source: /home/runner/work/aspl/aspl/stdlib/strings/StringBuilder.aspl:36:5
toString returns the constructed string
method toString() returns string
Source: /home/runner/work/aspl/aspl/stdlib/strings/StringBuilder.aspl:44:5
toStringFlush returns the constructed string and empties the string builder
method toStringFlush() returns string