StringG.prepend

Adds a string on to the start of a #GString, expanding it if necessary.

class StringG
prepend
(
string val
)

Parameters

val string

the string to prepend on the start of @string

Return Value

Type: StringG

@string

Meta