Tuple Structs
This lesson will walk you through tuple structs.
We'll cover the following...
What Are Tuple Structs?
Recall tuples in Chapter 3.Tuple Structs are a data type that is a hybrid between a tuple and a struct.
Why a tuple struct?
In the example above, when it is only a tuple we don’t know explicitly what ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy