xls icon indicating copy to clipboard operation
xls copied to clipboard

tuple should support spread syntax for construction

Open proppy opened this issue 4 years ago • 0 comments

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)

proppy avatar Jun 29 '21 18:06 proppy