Skip to content

Instantly share code, notes, and snippets.

@LukaJCB
Created August 1, 2016 19:50
Show Gist options
  • Select an option

  • Save LukaJCB/eaf3cef5bee0d1bffde86b25f1ab089c to your computer and use it in GitHub Desktop.

Select an option

Save LukaJCB/eaf3cef5bee0d1bffde86b25f1ab089c to your computer and use it in GitHub Desktop.
func filter<T>(arr: [T], predicate: T -> Bool) -> [T]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment