Generic Subscript

subscript(_:)

Returns the attribute that corresponds to a specified key. ある指定されたキーに対応する属性を返します。

Declaration 宣言

subscript<T>(_: T.Type) -> T.Value? where T : AttributedStringKey { get set }

See Also 参照

Accessing Attributes 属性にアクセスする