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