Daniel
4cf48daa75
Fix a shrink(map[T]U) bug in the core lib
Fixed this error from `core:runtime`:
```odin
odin/core/runtime/core_builtin.odin(387:3) Error: Expected 2 return values, got 1 (Allocator_Error)
return map_shrink_dynamic((^Raw_Map)(m), map_info(T), loc)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
```
2023-10-21 13:27:56 -04:00
..
2023-05-22 11:19:13 +01:00
2023-06-01 13:42:26 +02:00
2023-08-22 20:18:54 +02:00
2023-09-22 15:32:32 +01:00
2023-02-10 14:44:46 +00:00
2023-08-04 15:54:44 +01:00
2023-06-26 15:55:52 +01:00
2023-06-26 15:55:52 +01:00
2023-06-26 15:55:52 +01:00
2022-09-22 12:12:57 +01:00
2023-03-13 20:12:54 +01:00
2022-09-17 14:46:52 +01:00
2023-10-21 13:27:56 -04:00
2022-03-30 04:45:22 -07:00
2023-04-20 12:02:32 +01:00
2022-06-21 17:29:55 +02:00
2023-07-31 11:46:40 +01:00
2023-09-27 11:38:11 +01:00
2021-11-07 19:56:01 +00:00
2021-10-23 17:10:12 +01:00
2023-06-06 11:12:14 +01:00
2021-10-31 15:21:39 +00:00
2023-07-28 14:57:04 +01:00
2021-08-31 22:21:13 +01:00
2023-08-15 14:55:02 +01:00
2022-10-20 21:07:14 -04:00
2023-06-07 00:12:54 +01:00
2023-06-07 00:12:54 +01:00
2023-10-20 23:31:09 +11:00
2022-01-12 19:19:43 +00:00
2022-01-15 17:40:00 +00:00
2023-07-24 10:27:55 +01:00
2022-01-15 17:53:18 +00:00