Isaac Freund faf2fd18d3
std: eliminate pointless meta.assumeSentinel() usage
This fixes a bug in std.net caused during the introduction of
meta.assumeSentinel due to the unfortunate semantics of mem.span()

This leaves only 3 remaining uses of meta.assumeSentinel() in the
standard library, each of which could be a simple @ptrCast([*:0]T, foo)
instead. I think this function should likely be removed.
2023-01-23 12:19:53 +01:00
..
2023-01-17 09:51:39 -08:00
2021-11-09 07:08:27 -05:00
2023-01-12 03:46:15 -05:00
2023-01-17 09:51:39 -08:00
2022-12-06 12:15:05 -07:00