StructureFoundation5.9.0
AttributeContainer
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
@dynamicMemberLookup struct AttributeContainer
Citizens in Foundation
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol DecodableWithConfiguration
protocol EncodableWithConfiguration
protocol Equatable
A type that can be compared for value equality.
Members
init(
) init([NSAttributedString.Key : Any]
) init<S>([NSAttributedString.Key : Any], including: KeyPath<AttributeScopes, S.Type>
) throws init<S>([NSAttributedString.Key : Any], including: S.Type
) throws init(from: Decoder, configuration: AttributeScopeCodableConfiguration
) throws static subscript<K>(dynamicMember _: KeyPath<AttributeDynamicLookup, K>
) -> AttributeContainer.Builder<K> var description: String
subscript<T>(T
.Type) -> T.Value? subscript<K>(dynamicMember _: KeyPath<AttributeDynamicLookup, K>
) -> K.Value? subscript<S>(dynamicMember _: KeyPath<AttributeScopes, S.Type>
) -> ScopedAttributeContainer<S> subscript<K>(dynamicMember _: KeyPath<AttributeDynamicLookup, K>
) -> AttributeContainer.Builder<K> static func == (AttributeContainer, AttributeContainer
) -> Bool func encode(to: Encoder, configuration: AttributeScopeCodableConfiguration
) throws func merge(AttributeContainer, mergePolicy: AttributedString.AttributeMergePolicy
) func merging(AttributeContainer, mergePolicy: AttributedString.AttributeMergePolicy
) -> AttributeContainer struct Builder