Trio<F, S, T>.from constructor

Trio<F, S, T>.from(
  1. (F, S, T) value
)

Implementation

Trio.from((F, S, T) value): this(value.$1, value.$2, value.$3);