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

lastRange(of:in:)

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

Declaration 宣言

@nonobjc func lastRange<D, R>(of data: D, in r: R) -> Range<Int>? where D : DataProtocol, R : RangeExpression, R.Bound == NSData.Index

Relationships 関係

From Protocol 由来プロトコル