From baf5a06fbadc445a4d7bd1a076a8d1a564ff7e45 Mon Sep 17 00:00:00 2001 From: Antonino Simone Di Stefano Date: Sun, 22 Sep 2024 23:16:59 +0200 Subject: [PATCH] Remove address operator, which lead to a type error --- core/slice/map.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/slice/map.odin b/core/slice/map.odin index 2d16e3ae1..a1b0a8925 100644 --- a/core/slice/map.odin +++ b/core/slice/map.odin @@ -61,8 +61,8 @@ map_entry_infos :: proc(m: $M/map[$K]$V, allocator := context.allocator) -> (ent entry_index := 0 for bucket_index in 0..