func firstRange <D, R>(of: D, in: R) -> Range<Self.Index>?
Returns the first found range of the type’s data buffer.
その型のもつデータバッファの最初に見つかった範囲を返します。
func lastRange <D>(of: D) -> Range<Self.Index>?
Returns the last found range of the type’s data buffer.
この型のもつデータバッファの最後に見つかった範囲を返します。
func lastRange <D, R>(of: D, in: R) -> Range<Self.Index>?
Returns the last found range of the type’s data buffer.
この型のもつデータバッファの最後に見つかった範囲を返します。