Module splay::map [] [src]

Structs

IntoIter
SplayMap

The implementation of this splay tree is largely based on the c code at: ftp://ftp.cs.cmu.edu/usr/ftp/usr/sleator/splaying/top-down-splay.c This version of splaying is a top-down splay operation.