Type Alias Pair<X, Y>

Pair<X, Y>: {
    fst: X;
    snd: Y;
}

Type Parameters

  • X
  • Y