We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Many languages with tuples include functions to get specific elements out of them, ex:
putStrLn $ snd ("Do not print", "Access me!")
It would be helpful to have similar functionality in rust without having to use pattern matching