Skip to content

Instantly share code, notes, and snippets.

@alkozin
Created July 6, 2022 04:51
Show Gist options
  • Save alkozin/e2f4508fcd59917bc5ac38e0250729ec to your computer and use it in GitHub Desktop.
Save alkozin/e2f4508fcd59917bc5ac38e0250729ec to your computer and use it in GitHub Desktop.
//Put any
func put<T>(_ object: T) -> T
//Get any
func get<T>() -> T?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment