prefix
Appends the specified prefix to this CharSequence and returns the resulting string.
Receiver
The original CharSequence.
Return
The string with the prefix added.
Parameters
prefix
The prefix to be added.
Appends the specified prefix to this CharSequence and returns the resulting string.
The original CharSequence.
The string with the prefix added.
The prefix to be added.