Enum should support Tuples
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Example of Java enum:
```
public enum foobar{
joe(1, "qwe"),
jack(2, "asd"),
jane(3, "zxc"),
}
```
In this context foobar is basically an `Enum` of `Tuples` and each element of enumeration are `Tuple(of Integer, String)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.