Avatar
@swift-5.3.3 let a = Optional.some(1) let b = 1 print(a.hashValue) print(b.hashValue)