public static bool Any <TSource>(this Span <TSource> source, FunctionIn <TSource, bool> predicate)
 => source.AnyRef(new FunctionInWrapper <TSource, bool>(predicate));