Generic Instance Method 総称体インスタンスメソッド

firstRange(of:in:)

Returns the first found range of the type’s data buffer. その型のもつデータバッファの最初に見つかった範囲を返します。

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

The data sequence to find. 捜すデータシーケンス。

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. 提供されたデータシーケンスの最初の合致の範囲、もし見つかったならば。