Generic Subscript

subscript(_:)

Returns a substring of the attributed string using a range to indicate the substring bounds. 属性付き文字列のある下位文字列をある範囲を使って返して、その下位文字列の境界を指し示します。

Declaration 宣言

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

Relationships 関係

From Protocol 由来プロトコル