Heterogeneous collections#

Heterogeneous collections are similar to homogeneous collections except that the number of the elements is predefined which means they follow the same binding rules. The most common heterogeneous collection is typing.Tuple (like Tuple[int, int, int])