Louis Maddox
@permutans.bsky.social
100 followers
96 following
1.7K posts
Combinatorially curious https://spin.systems
Posts
Media
Videos
Starter Packs
Reposted by Louis Maddox
this made me look at `MaybeUninit` and I just learned some cool things:
1. holy fuck using a union w/ the unit type for that is kinda genius
2. wrapping `ManuallyDrop` makes so much sense (bc we don’t know if it’s initialized lol)
doc.rust-lang.org/src/core/mem...
1. holy fuck using a union w/ the unit type for that is kinda genius
2. wrapping `ManuallyDrop
doc.rust-lang.org/src/core/mem...