TupleΒΆ
How To: Basic::Tuple
Create a Tuple
Create a Tuple with different data types
Create a Tuple with numbers
Unpack a Tuple in several variables
Add an item in a Tuple
Convert a Tuple to a String
Get the first and last 4th elements of a Tuple
Create the clone of a Tuple
Find the repeated items of a Tuple
Check whether an element exists within a Tuple
Convert a List to a Tuple
Remove an item from a Tuple
Slice a Tuple
Find the index of an item of a Tuple
Find the length of a Tuple
Convert a Tuple to a Dictionary
Unzip a List of Tuples into individual Lists
Reverse a Tuple
Convert a List of Tuples into a Dictionary
Print a Tuple with String formatting
Replace last value of Tuples in a List
Remove an empty Tuple(s) from a List of Tuples
Sort a Tuple by its Float element
Count the elements in a List until an element is a Tuple