func append<S>(S)
Appends a string to the attributed string.
ある文字列を属性付き文字列に追加します。
static func + (AttributedString, AttributedString) -> AttributedString
Concatenates two attributed strings.
2つの属性付き文字列を連結します。
static func + <T>(AttributedString, T) -> AttributedString
Concatenates two attributed strings or substrings.
2つの属性付き文字列または下位文字列を連結します。
static func += <T>(inout AttributedString, T)
Appends an attributed string or substring to another attributed string.
ある属性付き文字列または下位文字列を別の属性付き文字列に追加します。