append_c


Description:

public unowned StringBuilder append_c (char c)

Adds a byte onto the end of a StringBuilder, expanding it if necessary.

Parameters:

this

a StringBuilder

c

the byte to append onto the end of this

Returns:

this