package net.tofvesson.support operator fun Pair.plus(other: Pair) = Pair(first + other.first, second + other.second)