kerepType -> kt

This commit is contained in:
2022-09-06 21:25:03 +06:00
parent dc6a52608a
commit 67e1328ee7
37 changed files with 417 additions and 416 deletions

View File

@@ -11,8 +11,8 @@ typedef struct Hashtable{
uint8 hein; // height=HT_HEIGHTS[hein]
Autoarr(KVPair)** rows; // Autoarr[height]
} Hashtable;
kerepTypeId_declare(kerepTypeId_Hashtable);
kerepTypeId_declare(kerepTypeId_HashtablePtr);
ktId_declare(ktId_Hashtable);
ktId_declare(ktId_HashtablePtr);
Hashtable* Hashtable_create();
void Hashtable_free(Hashtable* ht);