old stuff
Planning to come back to this and eval some state. Not ready to fully come back still out learning from the past.
This commit is contained in:
@ -107,7 +107,7 @@ hmap_chained_clear :: proc( using self : HMapChained($Type))
|
||||
continue
|
||||
}
|
||||
for probe_slot := slot.next; probe_slot != nil; probe_slot = probe_slot.next {
|
||||
slot.occupied = false
|
||||
probe_slot.occupied = false
|
||||
}
|
||||
slot.occupied = false
|
||||
}
|
||||
|
Reference in New Issue
Block a user