Emits [previous, current] for each upstream value after the first (Tier 1).
[previous, current]
function pairwise<A>(): StoreOperator<A, [A, A] | undefined>
StoreOperator<A, [A, A] | undefined>