A container like an STL container that can contiguously hold ny data type (for now supports: int, float, double, string, char>)
Requires C++-17
- Andy G's Heterogeneous Container C++. https://gieseanw.wordpress.com/2017/05/03/a-true-heterogeneous-container-in-c/