universal extendable constexpr treap implementation
#include is all you need. This is header-only library.
all tests are in test_*.cpp files. You can compile them with g++ or clang++ with any standart >= 17 and with any sanitizers/optimizations if you want. Using standart >= 20 would also include constexpr-evaluated tests.