Skip to content

Instantly share code, notes, and snippets.

@vincent-pradeilles
Created December 18, 2019 14:09
Show Gist options
  • Save vincent-pradeilles/3cf0eaec046fded28abfa074b7682142 to your computer and use it in GitHub Desktop.
Save vincent-pradeilles/3cf0eaec046fded28abfa074b7682142 to your computer and use it in GitHub Desktop.
struct Trigo {
@Cached static var cachedCos = { (x: Double) in cos(x) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment