subscript(_:)
Returns the attribute that corresponds to a specified key.
Declaration
@preconcurrency subscript<T>(_: T.Type) -> T.Value? where T : AttributedStringKey, T.Value : Sendable { get set }Returns the attribute that corresponds to a specified key.
@preconcurrency subscript<T>(_: T.Type) -> T.Value? where T : AttributedStringKey, T.Value : Sendable { get set }