Support of casting an array of tuple
Open
dslx
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Enable support of casting an array of tuple (and type deduction). Related to [326](https://github.com/google/xls/issues/326).
Currently the following is not supported.
```
let xs = (u8, u32)[2]: [(u8:1, u32:2), (u8:3, u32:4)];
```
Contributor guide
Assessment
This issue has not been assessed yet.