Merge remote-tracking branch 'AmazingPP/topic/amazingpp/table-values-and-keys'

* AmazingPP/topic/amazingpp/table-values-and-keys:
  Add more test cases
  Add table_keys function
  Add table_values function
This commit is contained in:
Tim Wojtulewicz 2022-08-11 08:49:22 -07:00
commit 313e303fda
8 changed files with 124 additions and 1 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;