Generic Subscript

subscript(_:_:_:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

subscript<T, U, V>(t: T.Type, u: U.Type, v: V.Type) -> AttributedString.Runs.AttributesSlice3<T, U, V> where T : AttributedStringKey, U : AttributedStringKey, V : AttributedStringKey { get }