package containers type Tuple[F any, S any] struct { First F Second S }