google / google/xls

Support of casting an array of tuple

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.