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