StringG.overwriteLen

Overwrites part of a string, lengthening it if necessary. This function will work with embedded nuls. Since 2.14

class StringG
overwriteLen

Parameters

pos gsize

the position at which to start overwriting

val string

the string that will overwrite the string starting at pos

len gssize

the number of bytes to write from val

Return Value

Type: StringG

string

Meta