Avatar
Author icon
tarunon
func f(_ a: Any) { print(type(of: a)) } func f(_ a: Float) { print(type(of: a)) } f(1)
Version:
swift-5.1-RELEASE
Output:
Int
Error: