mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-10-23 02:47:04 +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.