Open
Description
the zig langauge has aggregate destructing feature for tuples and arrays
https://ziglang.org/download/0.12.0/release-notes.html#Aggregate-Destructuring
allows this
const x, const y = .{1, "two"};
Metadata
Metadata
Assignees
Labels
No labels