Avatar
omochimetaru 5/17/2019 2:16 PM
@swift-5.1.5 func foo() -> some BinaryInteger { return 219 } var x = foo() x = 912 print(x)