Skip to content

Instantly share code, notes, and snippets.

@vhart
Created June 9, 2018 17:42
Show Gist options
  • Save vhart/137a1a3733d60935a36f8d0fd89beba2 to your computer and use it in GitHub Desktop.
Save vhart/137a1a3733d60935a36f8d0fd89beba2 to your computer and use it in GitHub Desktop.
Filter1
struct Filter<Object> {
init<Type>(keyPath: KeyPath<Object, Type>, matcher: @escaping (Type) -> Bool) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment