Skip to content

Instantly share code, notes, and snippets.

@O-O-wl
Last active July 18, 2020 06:06
Show Gist options
  • Save O-O-wl/5058b6d20035d63f66fa5be6591bad7a to your computer and use it in GitHub Desktop.
Save O-O-wl/5058b6d20035d63f66fa5be6591bad7a to your computer and use it in GitHub Desktop.
struct Output {
let onProcess: Driver<Bool>
let searchResults: Driver<[SearchResult]>
// ....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment