HashRankedWideTreapSet<E> constructor

HashRankedWideTreapSet<E>(
  1. dynamic meta,
  2. TreapNode root,
  3. int top_rank,
  4. int cmp(
    1. dynamic,
    2. dynamic
    ),
  5. dynamic cmpf,
  6. int $UNDERSCORE_$UNDERSCORE_hash,
)

Implementation

HashRankedWideTreapSet(this.meta, this.root, this.top_rank, this.cmp, this.cmpf, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();