init(stringLiteral : String)
Creates an attributed string from the specified string literal, with no attributes.
ある属性付き文字列をこの指定された文字列リテラルから、属性なしで作成します。
typealias AttributedString.StringLiteralType
The type that string literal initializers use.
文字列リテラルイニシャライザが使う型。
typealias AttributedString.UnicodeScalarLiteralType
The type that Unicode scalar literal initializers use.
Unicodeスカラーリテラルイニシャライザが使う型。
init(extendedGraphemeClusterLiteral : String)
Creates an instance initialized to the given value.
与えられた値へと初期化されるあるインスタンスを作成します。
typealias AttributedString.ExtendedGraphemeClusterLiteralType
The type that extended grapheme cluster literal initializers use.
拡張書記素クラスタリテラルイニシャライザが使う型。