each: {
        configurable: true,
        value (...f) {
          return this.cast('forEach')(_.pipe(...f));
        }