Skip to content

Instantly share code, notes, and snippets.

@takashi1975
Last active February 20, 2018 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takashi1975/db31969cb4c7573f7192abeab2d62bf4 to your computer and use it in GitHub Desktop.
Save takashi1975/db31969cb4c7573f7192abeab2d62bf4 to your computer and use it in GitHub Desktop.
Swift4 クロージャーの宣言?に名前をつけたい
/**
* https://stackoverflow.com/questions/24077428/how-do-i-declare-typedef-in-swift
*/
//やりたかったこと
typealias FunctionClosure = (_ value: Int) -> Void
fileprivate var _closure: FunctionClosure? = nil
@takashi1975
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment