|
@@ -672,7 +672,7 @@ shrink_dynamic_array :: proc(array: ^$T/[dynamic]$E, new_cap := -1, loc := #call
|
|
map_insert :: proc(m: ^$T/map[$K]$V, key: K, value: V, loc := #caller_location) -> (ptr: ^V) {
|
|
map_insert :: proc(m: ^$T/map[$K]$V, key: K, value: V, loc := #caller_location) -> (ptr: ^V) {
|
|
e := __dynamic_map_set(m, h, __get_map_key_hash(&key), &key, &value, loc)
|
|
e := __dynamic_map_set(m, h, __get_map_key_hash(&key), &key, &value, loc)
|