Provide heap size outside

This commit is contained in:
Matúš Púll 2025-03-31 19:55:16 +02:00
parent 875a0761c9
commit ef426253ca

View file

@ -109,4 +109,7 @@ public:
two.first = split(two.first, k).first;
root = join(two);
}
count_type size() {
return get_size(root);
}
};