Tuple
Auxiliary generic class to represent a pair of related, heterogeneous elements. It is immutable.
This class provides properties v1 and v2, along with overloaded operators component1 and component2 to enable destructuring declarations (e.g., val (position, move) = tuple).
Since
1.0.0-beta.1
Author
lunalobos