Generic Subscript

subscript(_:)

Returns a substring of the attributed substring that a range indicates. 属性付き下位文字列のある下位文字列を返します、それはある範囲が指し示すものです。

Declaration 宣言

subscript<R>(bounds: R) -> AttributedSubstring where R : RangeExpression, R.Bound == AttributedString.Index { get }

Relationships 関係

From Protocol 由来プロトコル