yet another ktid type system refactoring

This commit is contained in:
2022-11-04 22:19:19 +06:00
parent 00c7987fa2
commit e846f6d304
45 changed files with 288 additions and 417 deletions

View File

@@ -11,8 +11,7 @@ typedef struct Hashtable{
uint8 hein; // height=HT_HEIGHTS[hein]
Autoarr(KVPair)** rows; // Autoarr[height]
} Hashtable;
ktId_declare(Hashtable);
ktId_declare(HashtablePtr);
ktid_declare(Hashtable);
Hashtable* Hashtable_create();
void Hashtable_free(Hashtable* ht);