Generic Subscriptsubscript(_:
subscript(_:_:_:_:)
No overview available. 概要は利用可能でありません。
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, U, V, W>(t: KeyPath
<AttributeDynamicLookup
, T>, u: KeyPath
<AttributeDynamicLookup
, U>, v: KeyPath
<AttributeDynamicLookup
, V>, w: KeyPath
<AttributeDynamicLookup
, W>) -> AttributedString
.Runs
.AttributesSlice4
<T, U, V, W> where T : AttributedStringKey
, U : AttributedStringKey
, V : AttributedStringKey
, W : AttributedStringKey
{ get }