public static bool Any <TSource>(this Span <TSource> source, Func <TSource, int, bool> predicate) => source.AnyAt(new FunctionWrapper <TSource, int, bool>(predicate));