prepend


Description:

public unowned StringBuilder prepend (string val)

Adds a string on to the start of a StringBuilder, expanding it if necessary.

Parameters:

this

a StringBuilder

val

the string to prepend on the start of this

Returns:

this