hashset.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-01-11 18:50:09 -06:00
parent 9a99dc21f1
commit bba4edd434

View File

@ -75,6 +75,7 @@ public:
int
size(void)
{
return str_set_size(&_str_set);
return kh_size(_set);
}