func insert<S>(S, at: AttributedString.Index)
Inserts the specified string at a specific index in the attributed string.
指定された文字列を特定のインデックスでこの属性付き文字列において挿入します。
struct AttributedString.Index
A type that represents the position of a character or code unit within an attributed string.
ある型、それはある文字またはコード単位の位置をある属性付き文字列り内部で表すものです。
func removeSubrange <R>(R)
Removes a range of characters from the attributed string.
ある範囲の文字を属性付き文字列から取り除きます。