Inputs5

typealias Inputs5<I1, I2, I3, I4, I5> = Tuple5<Input<*, *>, I1, I2, I3, I4, I5>(source)

Inputs tuple with five elements.