mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 07:46:21 +01:00
![PixelyIon](/assets/img/avatar_default.png)
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.