Hm? `Pair` is not an optimization of `Triple`, the...
# stdlib
v
Hm?
Pair
is not an optimization of
Triple
, they have different semantics. In addition, "pairwise" is unique in how obscure a naming it is
i
voddan: Not
Triple
, but
Tuple2
v
I mean we could have
Tuple2
and
Tuple3
, but they would not substitute one another as well as
pairwise()
and
windowed(2)