You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
let (x, y) = (1, 2);
or
let (x, y) = 42; //both variables will be initialized with the same value
binds the values of the expression (could be also a function that returns a tuple) based on the index
The text was updated successfully, but these errors were encountered: