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

replace(with:value:)

Replaces an attribute with a different attribute. ある属性を異なる属性で置き換えます。

Declaration 宣言

mutating func replace<U>(with key: U.Type, value: U.Value) where U : AttributedStringKey

Parameters パラメータ

key

The key of the new attribute. 新しい属性のキー。

value

The value of the new attribute. 新しい属性の値。

See Also 参照

Replacing Attributes 属性を置き換える