prolog::splay_join/3¶
splay_join(+ LeftTree,+ RighTree,- NewTree)*
Combine trees LeftTree and RighTree into a single tree NewTree containing all items from both trees. This operation assumes that all items in LeftTree are less than all those in RighTree and destroys both LeftTree and RighTree.
Private-func:¶
1. prolog::splay_join_3::splay_join/3(int ARG1, int ARG2, int ARG3)():