Quartet<T0, T1, T2, T3>.second constructor

Quartet<T0, T1, T2, T3>.second(
  1. T1 value
)

Implementation

Quartet.second(T1 value) : this(null, value, null, null);