public static bool All <TSource>(this ReadOnlySpan <TSource> source, FunctionIn <TSource, int, bool> predicate)
 => source.AllAtRef(new FunctionInWrapper <TSource, int, bool>(predicate));