str

Creates a string of multiple other strings

pure nothrow @safe
string
str
(
T...
)
()

Parameters

values T

The values that should be combined into a string

Return Value

Type: string

The new string

Meta