import Iterator from '../iterators/Iterator'; Iterator.prototype.min = function min() { return Math.min(...this); };