mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 19:48:40 +00:00
Passing around a 64 byte data struct by value is kind of wasteful, instead pass a reference to the struct.
Passing around a 64 byte data struct by value is kind of wasteful, instead pass a reference to the struct.