Skip to content

Instantly share code, notes, and snippets.

@pilky
Created September 27, 2019 11:58
Show Gist options
  • Save pilky/1dc2992c87909a335f2381a299f95816 to your computer and use it in GitHub Desktop.
Save pilky/1dc2992c87909a335f2381a299f95816 to your computer and use it in GitHub Desktop.
class Foo<T> {
struct Bar {
let handler: (T) -> Void
}
var bars: [Bar]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment