EASTL
EASTL copied to clipboard
Convert std::array<T> to eastl::array<T>
How can we convert std::array to eastl::array?
memcpy or std::bit_cast<> maybe?