79353278

Date: 2025-01-13 19:43:18
Score: 1.5
Natty:
Report link

See MemoryExtensions.Overlaps<T>(), specifically

public static bool Overlaps<T> (this Span<T> span, ReadOnlySpan<T> other, out int elementOffset);

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: AlanK