Add table_keys function

This commit is contained in:
AmazingPP 2022-07-09 01:11:31 +08:00
parent cb71b15eab
commit ba552ceeaf
5 changed files with 73 additions and 21 deletions

View file

@ -932,6 +932,8 @@ public:
const PDict<TableEntryVal>* Get() const { return table_val; }
const detail::CompositeHash* GetTableHash() const { return table_hash; }
// Returns the size of the table.
int Size() const;
int RecursiveSize() const;