StringG.insertC

Inserts a byte into a GString, expanding it if necessary.

class StringG
insertC
(,
char c
)

Parameters

pos gssize

the position to insert the byte

c char

the byte to insert

Return Value

Type: StringG

string

Meta