var *table = new HashTable ([=] (var *table) {
                                               table->key_type   = t_id (String);
                                               table->value_type = t_id (int);
                                               table->capacity   = word_count * log2 (word_count);
                                             });
 
 
 

free (&table);