Esempio n. 1
0
 public static bool All <TSource>(this Span <TSource> source, FunctionIn <TSource, int, bool> predicate)
 => source.AllAtRef(new FunctionInWrapper <TSource, int, bool>(predicate));