Is there a syntax to auto generate constructors from inline initial values of object-type's members in nim ?
In the like of C++11/java
c.f. Default constructor vs. inline field initialization
imaginary syntax:
type
MyT = object of RootObj
str* = "<initial>"
for the moment the build outputs
initialization not allowed here