remove method

ImplicitTreapOfDouble remove(
  1. int index
)
override

Removes the item at index.

Implementation

ImplicitTreapOfDouble remove(int index) =>
    ImplicitTreapOfDouble._(base.remove(index));