mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 02:22:52 +00:00
Gets rid of type punning via reinterpret_cast within functions. Instead, we use memcpy to transfer the contents across types.
Gets rid of type punning via reinterpret_cast within functions. Instead, we use memcpy to transfer the contents across types.