HashTable.length

Get the number of key-value pairs in this map

class HashTable
size_t length;

Meta