prepend

fun prepend(val: String): String

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

Return

@string

Parameters

val

the string to prepend on the start of @string