package conflicts.extensions.deps fun Byte.inv(max: Int): Byte = (max - this).toByte()