function any(operation) {
    operation = operation || I;
    return function () {
      var memo = false;
      each(function (item, location) {