prolog::rb_insert/4

rb_insert(+ Tree0,+ Key,? Value,+ TreeF)*

Add an element with key Key and Value to the tree Tree0 creating a new red-black tree TreeF. Duplicated elements are not allowed.

Add a new element with key Key and Value to the tree Tree0 creating a new red-black tree TreeF. Fails is an element with Key exists in the tree.

Private-func:

1. prolog::rb_insert_4::rb_insert/4(int ARG1, int ARG2, int ARG3, int ARG4)():