top | item 45178639

(no title)

kobebrookskC3 | 5 months ago

wouldn't byte in rust be more like MaybeUninit<u8>, to account for uninit and pointer fragments?

discuss

order

bestouff|5 months ago

That means MaybeUninit would not be library-only anymore, but would need some compiler help. But yes you're right.

jojomodding|5 months ago

It already has lots of "magic" semantics and never was just a library type