Avatar
@swift-5.8.1 func eq<T>(a: T, b: T) -> Bool{ if case a = b { return true } else { return false } }