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

lastRange(of:in:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

func lastRange<D, R>(of data: D, in range: R) -> Range<Int>? where D : DataProtocol, R : RangeExpression, Int == R.Bound