k1 326 uspace/lib/cpp/include/__bits/adt/rbtree.hpp bool keys_equal(const key_type& k1, const key_type& k2) const k1 328 uspace/lib/cpp/include/__bits/adt/rbtree.hpp return !key_compare_(k1, k2) && !key_compare_(k2, k1);HelenOS homepage, sources at GitHub