The data sequence to find. 捜すデータシーケンス。
Generic Instance Method
総称体インスタンスメソッド
first
firstRange(of:in:)
Returns the first 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 firstRange<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 first match of the provided data sequence. 提供されたデータシーケンスの最初の合致の範囲、もし見つかったならば。