Simple pair data class for storing and interacting with arbitrary pairs of types.
fzzyhmstrs
0.6.0
left element type
right element type
X instance
Y instance
(Currently unused) which side of this tuple was the most recently updated
Constructs a new Tuple with an updated left side only, using the existing right side
Constructs a new Tuple with an updated right side only, using the existing left side