Open saecki opened 2 years ago
That does sound like a good idea!...
What about allowing this:
record A
[1] string
end
(or, maybe even without the []
part?)
If anyone is willing to try their hand at a PR, I'd rather have the syntax originally suggested by @Saecki , I think it'd be more consistent with the existing array records:
record A
{string, string, integer}
a: integer
end
So there already are arrayrecords like:
It would be great if there could be tuplerecords like: