TreapReverseIterator<E> constructor

TreapReverseIterator<E>(
  1. TreapNode node,
  2. int idx,
  3. int rank,
  4. List<int> idxs,
  5. List<TreapNode> nodes,
  6. dynamic mk_value,
  7. dynamic stop_node,
  8. int stop_idx,
)

Implementation

TreapReverseIterator(this.node, this.idx, this.rank, this.idxs, this.nodes, this.mk_value, this.stop_node, this.stop_idx, ):super();