Created
September 2, 2016 00:01
-
-
Save blessingLopes/75121324466ae1108af06d7efc7ba082 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func f <T: FloatingPoint> (_ p: T, _ x: T = 0.5) -> Bool{ | |
return p < x | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment