Crate treaplist

Crate treaplist 

Source

Structsยง

TreapList
A treap list is a data structure that combines the properties of a binary search tree and a heap. It allows for efficient insertion, deletion, and range queries. (O(log n) on average)