insert


Description:

public unowned StringBuilder insert (ssize_t pos, string val)

Inserts a copy of a string into a StringBuilder, expanding it if necessary.

Parameters:

this

a StringBuilder

pos

the position to insert the copy of the string

val

the string to insert

Returns:

this