Enumerationswift 6.0.1FoundationEssentials
AttributeDynamicLookup
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
@dynamicMemberLookup @frozen enum AttributeDynamicLookup
@dynamicMemberLookup @frozen enum AttributeDynamicLookup
import FoundationEssentials
protocol BitwiseCopyable
subscript<T>(_: T.Type) -> T where T : AttributedStringKey { get }
subscript<T>(dynamicMember keyPath: KeyPath<AttributeScopes.FoundationAttributes.NumberFormatAttributes, T>) -> T where T : AttributedStringKey { get }
subscript<T>(dynamicMember keyPath: KeyPath<AttributeScopes.FoundationAttributes, T>) -> T where T : AttributedStringKey { get }