What is the idea behind why we can't define default ctor for structs? In current situation I need to "@disable this()" then define a constructor with dummy arguments (because my constructor does not need arguments) It is a big pain on syntax