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

@@ -1,11 +1,8 @@
#include "KeyValuePair.h"
ktId_define(KVPair);
ktId_define(KVPairPtr);
ktid_define(KVPair);
Autoarr_define(KVPair)
ktId_define(AutoarrKVPair);
ktId_define(AutoarrKVPairPtr);
// proper way to clear a KVP
void KVPair_free(KVPair p){