Generic Subscript
subscript(_:)
Returns a substring of the attributed string using a range to indicate the substring bounds.
属性付き文字列のある下位文字列をある範囲を使って返して、その下位文字列の境界を指し示します。
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<R>(bounds: R) -> AttributedSubstring
where R : RangeExpression
, R.Bound
== AttributedString
.Index
{ get set }