Hacker News new | ask | show | jobs
by jstanley 1 day ago
> How do you make an std::array of a given type?

std::array isn't a thing in C, so you don't.