The data sequence to find. 捜すデータシーケンス。
Generic Instance Method
総称体インスタンスメソッド
last
lastRange(of:in:)
Returns the last found range of the type’s data buffer.
この型のもつデータバッファの最後に見つかった範囲を返します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Foundation ファウンデーション
Declaration 宣言
func lastRange<D, R>(of data: D, in range: R) -> Range
<Self.Index
>? where D : DataProtocol
, R : RangeExpression
, Self.Index
== R.Bound
Parameters パラメータ
data
range
A range to limit the scope of the search. 検索の領域を制限するある範囲。
Return Value 戻り値
The range, if found, of the last match of the provided data sequence. 提供されたデータシーケンスの最後の合致の範囲、もし見つかったならば。