DoublyLinkedList.prototype.rerase = function (iterator) {
    const node = iterator.current;

    _remove(node);