Skip to content

Instantly share code, notes, and snippets.

@polac24
Created March 31, 2019 17:58
Show Gist options
  • Save polac24/389275d0ab30fb8d770efc34b5acc879 to your computer and use it in GitHub Desktop.
Save polac24/389275d0ab30fb8d770efc34b5acc879 to your computer and use it in GitHub Desktop.
func stub<I,O>(of: (I) -> (O)) -> (I) -> (O){
return nil!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment