append

Appends additional data to a string

pure nothrow @safe
string
append
(
T
)
(
ref string s
,
T a
)

Parameters

s string

The string to append the value to

a T

The value to be appended

Return Value

Type: string

s with a appended

Meta