Skip to content

Instantly share code, notes, and snippets.

@vincent-pradeilles
Last active December 18, 2019 14:10
Show Gist options
  • Save vincent-pradeilles/4cde81164e4da85962364682145721cd to your computer and use it in GitHub Desktop.
Save vincent-pradeilles/4cde81164e4da85962364682145721cd to your computer and use it in GitHub Desktop.
@propertyWrapper
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