prepend_c


Description:

public unowned StringBuilder prepend_c (char c)

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

Parameters:

this

a StringBuilder

c

the byte to prepend on the start of the StringBuilder

Returns:

this