StringLiteralType

A type that represents a string literal.

Required.

Declaration

associatedtype StringLiteralType : _ExpressibleByBuiltinStringLiteral

Discussion

Valid types for StringLiteralType are String and StaticString.