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