prolog::avl_lookup/3

avl_lookup(+ Key,- Value,+ T)*

Lookup an element with key Key in the AVL tree T, returning the value Value.

Private-func:

1. prolog::avl_lookup_3::avl_lookup/3(int ARG1, int ARG2, int ARG3)():