//typedef array_t List; class List { } List<int_t> num = new List<int_t>(); int_t doAdd<List>(int_t a, int_t b) { return a+b; } print(doAdd(23, 56));