We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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"