Generic Instance Method 総称体インスタンスメソッド

removeSubrange(_:)

Removes a range of characters from the attributed string. ある範囲の文字を属性付き文字列から取り除きます。

Declaration 宣言

mutating func removeSubrange<R>(_ range: R) where R : RangeExpression, R.Bound == AttributedString.Index

Parameters パラメータ

range

The range to remove. 取り除く範囲。

See Also 参照

Modifying an Attributed String