Files
Odin/core/runtime
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-08-22 20:18:54 +02:00
2022-03-30 04:45:22 -07:00
2021-10-23 17:10:12 +01:00
2023-08-15 14:55:02 +01:00
2023-06-07 00:12:54 +01:00
2023-06-07 00:12:54 +01:00
2023-07-24 10:27:55 +01:00