splay_split/6¶
splay_split(+ Key,? Val,+ Tree,- LeftTree,- RightTree)*
Construct and return two trees LeftTree and RightTree, where LeftTree contains all items in Tree less than Key, and RightTree contains all items in Tree greater than Key. This operations destroys Tree.