GraphEngine
GraphEngine copied to clipboard
constructors for TSL types should consume IEnumerable instead of List
for example:
cell C {
List<int> list;
}
Currently constructors of this cell are generated so that they take List