prolog::rb_del_max/4

rb_del_max(+ Tree,- Key,- Val,- TreeN)*

Delete the largest element from the tree Tree, returning the key Key, the value Val associated with the key and a new tree TreeN.

Private-func:

1. prolog::rb_del_max_4::rb_del_max/4(int ARG1, int ARG2, int ARG3, int ARG4)():