vlang / rfcs

RFCs for changes to V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[array] array destructuring

igotfr opened this issue · comments

[a, b, c] := [1 2 3]