17 ms·
Indeed, that has been a real problem, so now you can probably write `private Dictionary<RoadPlate, List<RoadPlate>> road = new();`.
by rami3l 3y ago
Indeed, that has been a real problem, so now you can probably write `private Dictionary<RoadPlate, List<RoadPlate>> road = new();`.
- drekipus 3y agoThis was my main complaint, as I nlk no one the dict part needs typing, but surely `new` could infer what I want. If so, I'm very glad.