Hacker News new | ask | show | jobs
by detrino 3528 days ago
std::array does not exist because it is easier to read. It exists because C arrays behave strangely. Two examples: decay to pointer and no value semantics.