Skip to content

Instantly share code, notes, and snippets.

@hsleedevelop
Created May 11, 2017 13:45
Show Gist options
  • Save hsleedevelop/588c732f0d603290cc1493989085e65d to your computer and use it in GitHub Desktop.
Save hsleedevelop/588c732f0d603290cc1493989085e65d to your computer and use it in GitHub Desktop.
//http://stackoverflow.com/questions/41940994/closure-cannot-implicitly-capture-a-mutating-self-paramter/41941810#41941810
private func capture(with block: @escaping () -> ()) { block() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment