Module extended_collections::splay_tree[][src]

Self-adjusting binary search tree with the additional property that recently accessed elements are quick to access again.

Structs

SplayMap

An ordered map implemented using splay tree.

SplaySet

An ordered map implemented using splay tree.