overwrite


Description:

[ Version ( since = "2.14" ) ]
public unowned StringBuilder overwrite (size_t pos, string val)

Overwrites part of a string, lengthening it if necessary.

Parameters:

this

a StringBuilder

pos

the position at which to start overwriting

val

the string that will overwrite the this starting at pos

Returns:

this