mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 19:21:30 +12:00
Following the trend of #33: `std::span` provides some useful utility functions like `size_bytes()` and `as_bytes()` and serves as a better non-owning "chunk of data"-type over just passing around an `std::array&`. |
||
---|---|---|
.. | ||
address_arbiter.cpp | ||
directory_operations.cpp | ||
error.cpp | ||
events.cpp | ||
file_operations.cpp | ||
idle_thread.cpp | ||
kernel.cpp | ||
memory_management.cpp | ||
ports.cpp | ||
resource_limits.cpp | ||
threads.cpp |