Pair<F, S>.from constructor

Pair<F, S>.from(
  1. (F, S) value
)

Implementation

Pair.from((F, S) value): this(value.$1, value.$2);