Post #3192757
2026-03-27 12:27 UTC
@jana@fedi.xirion.net @terts@mastodon.online
So basically, you can give `let` some random pattern, it'll create a variable for every name in that pattern, and also use the pattern for type inference, but since there is no assignment going on there, you'll have to initialize all these variables later, separately?
Replies (1)
-
@jana@fedi.xirion.net 2026-03-27 13:36
@guenther@chaos.social @terts@mastodon.online yes