Sure. I want something like class CSVParser<T&g...
# announcements
d
Sure. I want something like class CSVParser<T>(file : String) { ... convertedData.add(T(line)) } So that I can use the constructor. But how can I tell the compiler that the given generic class has a constructor?