List no longer uses a temp allocator by default. Incorrect check in the temp allocator removed. Added DString.

This commit is contained in:
Christoffer Lerno
2023-03-05 23:14:16 +01:00
parent 6ac99ed83c
commit d1626ada6f
8 changed files with 381 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import libc;
typedef VarString = distinct void*;
typedef DynStr = VarString;
typedef DynString = VarString;
typedef DString = VarString;
typedef VString = VarString;
typedef Text = VarString;