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

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

Implementation

Quartet.fourth(T3 value) : this(null, null, null, value);