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

lastRange(of:in:)

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

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

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

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