mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-16 19:43:40 +00:00
We can utilize the std::data and std::size utility functions to support passthrough-ing data for any container that satisfies the ContiguousContainer concept, which would be either std::array, std::string, or std::vector. This way we can utilize std::array internally without exposing the inclusion within the header.