Champii opened this issue 2 years ago · 0 comments
We should offer a default constructor for structs based on field declaration order:
struct Player foo: Int64 bar: String main -> let player = Player 2, "somevalue"