Replies: 1 comment 1 reply
-
IIRC with the addition of struct records it was seen that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if I want to create a class record, I can specify it as:
But if I want to qualify it as a class record, or specify a struct record, I have to put that modifier after the record:
The other modifiers though come before
record
:I would like to be able to put
struct
andclass
beforerecord
as they are - to my mind at least - modifiers of the record type, rather than record being a modifier to the class or struct. So I'd like a future version of the compiler to support any order forstruct/class
andrecord
.Beta Was this translation helpful? Give feedback.
All reactions