public bool Any(Func <Vector <T>, bool> vPredicate, Func <T, bool> predicate) { return(SimdOps <T> .Any(InternalArray, vPredicate.ToStruct(), predicate.ToStruct())); }