Inputs2

typealias Inputs2<I1, I2> = Tuple2<Input<*, *>, I1, I2>(source)

Inputs tuple with two elements.