Dear community,
why it's not possible to initialize an aggregate datatype like var x = (a: 1, b: a + 10).
This kind of initialization is defined since C++20 , so I think it should also be possible in nim?
Cheers, Marcello