Generic Subscript

subscript(_:_:_:_:)

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

Declaration 宣言

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