StringG.appendC

Adds a byte onto the end of a #GString, expanding it if necessary.

class StringG
appendC
(
char c
)

Parameters

c char

the byte to append onto the end of @string

Return Value

Type: StringG

@string

Meta