StackerLowPriority

Implicit instance of Stacker for two indexes of arbitrary type. The priority is lower than the Stacker instances in the Stacker companion object because we want to specialize the case when the left index is composed of Tuples.

class Object
trait Matchable
class Any
object Stacker.type

Implicits

Implicits

implicit def stack2nd[T1 : Order, T2 : Order]: Stacker[T1, T2, (T1, T2)]