uniq<T, TSort>(
        array: _.List<T>,
        iterator?: _.ListIterator<T, TSort>,
        context?: any): T[];