Many languages with tuples include functions to get specific elements out of them, ex: ``` haskell putStrLn $ snd ("Do not print", "Access me!") ``` It would be helpful to have similar functionality in rust without having to use pattern matching