Generic Subscript
subscript(_:)
Returns a substring of the attributed substring that a range indicates.
属性付き下位文字列のある下位文字列を返します、それはある範囲が指し示すものです。
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 }