Contents

init(stringLiteral:)

Creates an instance initialized to the value of a string literal.

Declaration

init(stringLiteral value: StaticString)

Discussion

Do not call this initializer directly. It may be used by the compiler when you initialize a static string using a string literal.