insertC

fun insertC(pos: Long, c: Char): String

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

Return

@string

Parameters

pos

the position to insert the byte

c

the byte to insert