extension Array: Equatable where Element==Never { static func == (lhs: Array, rhs: Array) -> Bool { return true } }