Protocolswift 6.0.1FoundationEssentials
AttributedStringAttributeMutation
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
protocol AttributedStringAttributeMutation
Browse conforming typesprotocol AttributedStringAttributeMutation
s20FoundationEssentials33AttributedStringAttributeMutationP
What are these?9NEKA
import FoundationEssentials
mutating func mergeAttributes(_ attributes: AttributeContainer, mergePolicy: AttributedString.AttributeMergePolicy)
mutating func replaceAttributes(_ attributes: AttributeContainer, with others: AttributeContainer)
mutating func setAttributes(_ attributes: AttributeContainer)
@dynamicMemberLookup protocol AttributedStringProtocol : AttributedStringAttributeMutation, CustomStringConvertible, Hashable, Sendable