Files
zig/lib
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
..
2026-03-17 23:33:10 +01:00
2026-03-12 17:44:03 -04:00
2026-03-08 18:41:21 -07:00
2026-03-17 23:33:10 +01:00
2026-03-25 10:50:24 +01:00
2026-03-11 21:14:46 -04:00