Tuples as classes than structs
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
I want to use tuples as classes, for mutable data sets. I have created tuple classes, but when compiling such error appear:
> BC37281: Predefined type 'ValueTuple`2' must be a structure.
Is there any way to use tuples as classes ? It was possible before RTM. Limiting tuples to structs greatly undermines this feature.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.