dotnet / dotnet/vblang

Enum should support Tuples

Open
#372 14 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.