Make Match Arm Patterns support Array Type
Open
dslx
enhancement
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Match Arm Patterns do not support array types.
For example, the following does not compile:
```
let x = match x11 {
u32[2]:[0, 1] => y,
_=> y+u32:77
};
```
Contributor guide
Assessment
This issue has not been assessed yet.