@@ -243,19 +243,23 @@ public static void CopyTo<T>(this T[]? source, System.Span<T> destination) { }
243
243
public static System . Text . SpanRuneEnumerator EnumerateRunes ( this System . Span < char > span ) { throw null ; }
244
244
public static bool Equals ( this System . ReadOnlySpan < char > span , System . ReadOnlySpan < char > other , System . StringComparison comparisonType ) { throw null ; }
245
245
public static int IndexOf ( this System . ReadOnlySpan < char > span , System . ReadOnlySpan < char > value , System . StringComparison comparisonType ) { throw null ; }
246
+ public static int IndexOfAny < T > ( this System . ReadOnlySpan < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
246
247
public static int IndexOfAny < T > ( this System . ReadOnlySpan < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
247
248
public static int IndexOfAny < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
248
249
public static int IndexOfAny < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
250
+ public static int IndexOfAny < T > ( this System . Span < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
249
251
public static int IndexOfAny < T > ( this System . Span < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
250
252
public static int IndexOfAny < T > ( this System . Span < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
251
253
public static int IndexOfAny < T > ( this System . Span < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
252
254
public static int IndexOfAnyExcept < T > ( this System . Span < T > span , T value ) where T : System . IEquatable < T > ? { throw null ; }
253
255
public static int IndexOfAnyExcept < T > ( this System . Span < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
254
256
public static int IndexOfAnyExcept < T > ( this System . Span < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
257
+ public static int IndexOfAnyExcept < T > ( this System . Span < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
255
258
public static int IndexOfAnyExcept < T > ( this System . Span < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
256
259
public static int IndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , T value ) where T : System . IEquatable < T > ? { throw null ; }
257
260
public static int IndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
258
261
public static int IndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
262
+ public static int IndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
259
263
public static int IndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
260
264
public static int IndexOfAnyExceptInRange < T > ( this System . ReadOnlySpan < T > span , T lowInclusive , T highInclusive ) where T : System . IComparable < T > { throw null ; }
261
265
public static int IndexOfAnyExceptInRange < T > ( this System . Span < T > span , T lowInclusive , T highInclusive ) where T : System . IComparable < T > { throw null ; }
@@ -267,19 +271,23 @@ public static void CopyTo<T>(this T[]? source, System.Span<T> destination) { }
267
271
public static int IndexOfAnyInRange < T > ( this System . Span < T > span , T lowInclusive , T highInclusive ) where T : System . IComparable < T > { throw null ; }
268
272
public static bool IsWhiteSpace ( this System . ReadOnlySpan < char > span ) { throw null ; }
269
273
public static int LastIndexOf ( this System . ReadOnlySpan < char > span , System . ReadOnlySpan < char > value , System . StringComparison comparisonType ) { throw null ; }
274
+ public static int LastIndexOfAny < T > ( this System . ReadOnlySpan < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
270
275
public static int LastIndexOfAny < T > ( this System . ReadOnlySpan < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
271
276
public static int LastIndexOfAny < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
272
277
public static int LastIndexOfAny < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
278
+ public static int LastIndexOfAny < T > ( this System . Span < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
273
279
public static int LastIndexOfAny < T > ( this System . Span < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
274
280
public static int LastIndexOfAny < T > ( this System . Span < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
275
281
public static int LastIndexOfAny < T > ( this System . Span < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
276
282
public static int LastIndexOfAnyExcept < T > ( this System . Span < T > span , T value ) where T : System . IEquatable < T > ? { throw null ; }
277
283
public static int LastIndexOfAnyExcept < T > ( this System . Span < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
278
284
public static int LastIndexOfAnyExcept < T > ( this System . Span < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
285
+ public static int LastIndexOfAnyExcept < T > ( this System . Span < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
279
286
public static int LastIndexOfAnyExcept < T > ( this System . Span < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
280
287
public static int LastIndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , T value ) where T : System . IEquatable < T > ? { throw null ; }
281
288
public static int LastIndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 ) where T : System . IEquatable < T > ? { throw null ; }
282
289
public static int LastIndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , T value0 , T value1 , T value2 ) where T : System . IEquatable < T > ? { throw null ; }
290
+ public static int LastIndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , System . Buffers . IndexOfAnyValues < T > values ) where T : System . IEquatable < T > ? { throw null ; }
283
291
public static int LastIndexOfAnyExcept < T > ( this System . ReadOnlySpan < T > span , System . ReadOnlySpan < T > values ) where T : System . IEquatable < T > ? { throw null ; }
284
292
public static int LastIndexOfAnyExceptInRange < T > ( this System . ReadOnlySpan < T > span , T lowInclusive , T highInclusive ) where T : System . IComparable < T > { throw null ; }
285
293
public static int LastIndexOfAnyExceptInRange < T > ( this System . Span < T > span , T lowInclusive , T highInclusive ) where T : System . IComparable < T > { throw null ; }
0 commit comments