Avatar
@swift-5.0.3 let foo = Result<Int, Never>.success(1) let bar = Result<Int, Never>.success(1) print(foo == bar)