Y
Hacker News
new
|
ask
|
show
|
jobs
by
kobebrookskC3
281 days ago
wouldn't byte in rust be more like MaybeUninit<u8>, to account for uninit and pointer fragments?
2 comments
bestouff
281 days ago
That means MaybeUninit would not be library-only anymore, but would need some compiler help. But yes you're right.
link
jojomodding
281 days ago
It already has lots of "magic" semantics and never was just a library type
link
jojomodding
281 days ago
Yes.
link