init(String)
Creates a localized string key from the given string value.
init(stringLiteral : String)
Creates a localized string key from the given string literal.
init(unicodeScalarLiteral : Self.ExtendedGraphemeClusterLiteralType )
Creates an instance initialized to the given value.
与えられた値に初期化されるインスタンスを作成します。
Available when
ExtendedGraphemeClusterLiteralType
is Self.UnicodeScalarLiteralType
.init(extendedGraphemeClusterLiteral : Self.StringLiteralType )
Creates an instance initialized to the given value.
与えられた値に初期化されるインスタンスを作成します。
Available when
ExtendedGraphemeClusterLiteralType
is Self.StringLiteralType
.typealias StringLiteralType
A type that represents a string literal.
typealias ExtendedGraphemeClusterLiteralType
A type that represents an extended grapheme cluster literal.