Files
zig/lib/std
Isaac Freund 3d16c1eb76 std: add mem.absorbSentinel()
This will allow replacing (currently buggy) mem.sliceAsBytes() usage in
the mem.Allocator implementation with, for example:

const bytes: []u8 = @constCast(@ptrCast(mem.absorbSentinel(allocation)));

References: https://github.com/ziglang/zig/pull/22706
2026-03-25 10:50:24 +01:00
..
2025-11-22 22:42:38 +00:00
2026-03-10 10:38:50 +00:00
2025-11-22 22:42:38 +00:00
2026-02-11 23:37:31 +01:00
2026-03-10 10:38:50 +00:00
2026-02-13 17:58:09 -05: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-10 10:38:50 +00:00
2026-03-25 10:50:24 +01:00
2026-03-10 10:26:14 +00:00
2026-03-09 03:19:11 +01:00
2026-03-12 17:44:03 -04:00