I\'ve created a new type called IntList, which represents a list of integers. This was made by using templates:
template struct IntList; template&l