1 2 3
[[Rust]] In rust the way to access a tuple's value by a specific index is done with a `.` rather than `[]`. For an array it is no different from other languages.