minor fixees

This commit is contained in:
2024-12-11 14:57:38 -05:00
parent 65427bd0f1
commit 0e782cdf99
4 changed files with 27 additions and 43 deletions

View File

@@ -440,8 +440,6 @@ bool array_set_capacity(Array<Type>* array, usize new_capacity)
#pragma endregion Array
// TODO(Ed) : This thing needs ALOT of work.
#pragma region HashTable
#define HashTable(Type) HashTable<Type>