add method
Adds item
to the end of the treap.
Implementation
ImplicitTreapOfDouble add(double item) =>
ImplicitTreapOfDouble._(base.add(item));
Adds item
to the end of the treap.
ImplicitTreapOfDouble add(double item) =>
ImplicitTreapOfDouble._(base.add(item));