Skip to content

Instantly share code, notes, and snippets.

@klgraham
Created March 26, 2016 04:14
Show Gist options
  • Save klgraham/88d67896f4496cde71d6 to your computer and use it in GitHub Desktop.
Save klgraham/88d67896f4496cde71d6 to your computer and use it in GitHub Desktop.
func lessThan(p: Double) -> (Double -> Bool) {
return { x in return x < p }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment