Skip to content

Instantly share code, notes, and snippets.

@vincent-pradeilles
Last active December 18, 2019 14:10
Show Gist options
  • Save vincent-pradeilles/27022d943f76241c8be7ad3af80548b8 to your computer and use it in GitHub Desktop.
Save vincent-pradeilles/27022d943f76241c8be7ad3af80548b8 to your computer and use it in GitHub Desktop.
struct Cached<Input: Hashable, Output> {
private var cachedFunction: (Input) -> Output
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment