mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 17:15:19 +03:00
We need move-assignment semantics to viably utilize these objects as class members, they cannot be replaced without move-assign (or copy-assign but that is undesirable here). This commit fixes that by introducing a move assignment operator to them while making the `slot` a pointer which has the necessary nullability semantics.