addOrUpdate method
Adds or updates an item
in this treap.
Returns a new treap with the item
added or updated.
Implementation
TreapOfDouble addOrUpdate(double item) =>
TreapOfDouble._(base.addOrUpdate(item));
Adds or updates an item
in this treap.
Returns a new treap with the item
added or updated.
TreapOfDouble addOrUpdate(double item) =>
TreapOfDouble._(base.addOrUpdate(item));