tuple should support spread syntax for construction
Open
dslx
enhancement
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Similar to the struct update syntax (`Point3 { y: u32:42, ..p }`), it would be nice to be able to construct a tuple from another one with something like:
```
let tuple' = (..tuple, some, other, elements)
```
Contributor guide
Assessment
This issue has not been assessed yet.