Created
July 6, 2022 04:51
-
-
Save alkozin/e2f4508fcd59917bc5ac38e0250729ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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