Generic Subscript
subscript(_:)
Returns an attributed string key that corresponds to a specified type.
指定された型に対応するある属性付き文字列キーを返します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
subscript<T>(_: T.Type) -> T where T : AttributedStringKey
{ get }