Generic Function Splay-Tree-Splay (2 methods)

( splay-tree-splay < tree > < node > )

Part of:

package metabang.cl-containers

Preform the splay operation on the tree about this node
rotating the node until it becomes the root

Method Summary

splay-tree-splay < metabang.cl-containers:binary-search-tree > < metabang.cl-containers::bst-node > 
splay-tree-splay < metabang.cl-containers:binary-search-tree > < t >