prolog::rb_delete/4¶
rb_delete(+ Tree,+ Key,- Val,- TreeN)*
Delete element with key Key from the tree Tree, returning the value Val associated with the key and a new tree TreeN.
Private-func:¶
1. prolog::rb_delete_4::rb_delete/4(int ARG1, int ARG2, int ARG3, int ARG4)():