118
F# Accessing Tuples Using Pattern Matching
Tuples include pairs, triples and so on. It can be of same or different types. You can access tuples elements by using pattern efficiently. Let’s see an example.
Output:
1 2 Hello Fsharp
Next TopicF# Return Multiple Values Using Tuples