towry
6/21/2017 - 11:08 AM

operator in swift.

operator in swift.

let a: (Double, Double) -> Double = (+)

print(a(2.0, 4.0))