func replace<U>(with: KeyPath<AttributeDynamicLookup, U>, value: U.Value)
Replaces an attribute with a different attribute that a key path identifies.
ある属性を、あるキーパスが識別する異なる属性で置き換えます。
Availability 有効性
Technology
mutating func replace<U>(with key: U.Type, value: U.Value
) where U : AttributedStringKey
key
The key of the new attribute. 新しい属性のキー。
value
The value of the new attribute. 新しい属性の値。
func replace<U>(with: KeyPath<AttributeDynamicLookup, U>, value: U.Value)