Avatar
@swiftbot func f(_ a: Any) { print(type(of: a)) } func f(_ a: Float) { print(type(of: a)) } f(1)
🛠 1