From ac634acd4beec5fec267787ec28c3538fc7af4c8 Mon Sep 17 00:00:00 2001 From: Aaron Kavaler Date: Wed, 13 Mar 2024 19:19:31 -0700 Subject: [PATCH] fixed slice.unique and slice.unique_proc --- core/slice/slice.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/slice/slice.odin b/core/slice/slice.odin index 88f8cb799c6..dd8d9868a34 100644 --- a/core/slice/slice.odin +++ b/core/slice/slice.odin @@ -497,8 +497,8 @@ unique :: proc(s: $S/[]$T) -> S where intrinsics.type_is_comparable(T) #no_bound for j in 1.. bool) -> S #no_bounds_check { for j in 1..