Files
zig/lib/std
Saurabh Mishra 65fe99e18a priority queue and dequeue: use *const Self in read-only methods and fix deinit (#31712)
Read-only methods `peek` in priority queue, and `peekMin` and `peekMax` in priority dequeue use `self: *const Self` instead of `self: *Self`.

Reviewed-on: https://codeberg.org/ziglang/zig/pulls/31712
Reviewed-by: Andrew Kelley <andrew@ziglang.org>
Co-authored-by: Saurabh Mishra <saurabh.m@proton.me>
Co-committed-by: Saurabh Mishra <saurabh.m@proton.me>
2026-04-03 22:20:46 +02:00
..
2026-04-03 12:27:34 +02:00
2026-04-03 12:27:34 +02:00
2025-11-22 22:42:38 +00:00
2026-04-02 15:05:31 +02:00
2025-11-22 22:42:38 +00:00
2026-03-31 14:47:22 -05:00
2026-02-11 23:37:31 +01:00
2026-03-25 17:27:18 -04:00
2026-04-03 12:27:34 +02:00
2026-03-10 10:38:50 +00:00
2026-04-03 12:27:34 +02:00
2026-03-10 10:38:50 +00:00
2026-03-10 10:26:07 +00:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-03-21 02:56:24 -04:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2026-03-10 10:38:50 +00:00
2026-03-10 10:26:14 +00:00
2026-03-21 02:56:24 -04:00
2025-08-28 18:30:57 -07:00
2026-03-12 17:44:03 -04:00
2025-07-16 10:27:39 -07:00