Misc changes

This commit is contained in:
2025-01-03 18:04:20 -05:00
parent 049633bdc5
commit 078d9c8447
3 changed files with 8 additions and 6 deletions

View File

@ -19,6 +19,8 @@ import "core:strings"
HTable_Minimum_Capacity :: 4 * Kilobyte
// TODO(Ed): Have the key type be user specifiable
HMapChainedSlot :: struct( $Type : typeid ) {
using links : DLL_NodePN(HMapChainedSlot(Type)),
value : Type,