Files
zig/lib/std
Jay Petacat d86e8b7795 std.mem.sliceTo: Return slice with sentinel from unbounded pointers
Commit dec1163fbb removed sentinels from the returned slice for C
pointers. Since C pointers have no bounds, we know that it'll keep
scanning until it finds `end` (or crash trying). The same is also true
of many-item pointers without a sentinel (e.g. `[*]T`), so I added
support for those too.
2026-01-13 06:19:14 +01:00
..
2025-11-22 22:42:38 +00:00
2026-01-04 00:27:08 -08:00
2025-12-23 22:15:10 -08:00
2025-11-22 22:42:38 +00:00
2025-09-30 13:44:54 +01:00
2025-12-27 20:40:19 +01:00
2026-01-04 17:23:45 -08:00
2025-09-20 14:34:18 -07:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-01-08 12:36:07 -08:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2026-01-07 11:03:36 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-01-04 00:27:08 -08:00