-
@lorenschmidt ah, actually i got a bit confused, and overstated what it can do: this will actually only define the object as fitting the interface Rectangle, not create a proper class instance. you'd need to do something like stackoverflow.com/a/49435240 to set default values
-
@lorenschmidt it will yell at compiler time if you miss out any necessary properties, tho!