xls
xls copied to clipboard
tuple should support spread syntax for construction
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)