StringG.insert

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

class StringG
insert
(,
string val
)

Parameters

pos gssize

the position to insert the copy of the string

val string

the string to insert

Return Value

Type: StringG

string

Meta