StringBuilder
Definitions
Append x to the StringBuilder sb.
Append the code point cp to the StringBuilder sb.
Append the String s followed by the system line separator to the StringBuilder sb.
Append the system line separator to the StringBuilder sb.
Appends f(x) to the string builder sb.
Appends each string in the array a to the string builder sb.
def appendLinesWith(f: a -> String \ ef, t: t[a], sb: StringBuilder[r]): Unit \ ef + r + Aef[t] with Foldable[t]§ SourceAppends f(x) for each x in the foldable collection t to the string builder sb.
Append the String s to the StringBuilder sb.
Append the array of strings a separating each pair of string with sep to the StringBuilder sb.
Returns an iterator over sb.
Return the number of characters in the StringBuilder sb.
Sets the length of the StringBuilder sb.
Return the number of characters in the StringBuilder sb.