mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-07 20:36:43 +08:00
We have an overload of WriteBuffer that accepts containers that satisfy the ContiguousContainer concept, which std::array does, so we only need to pass in the array itself.