Skip to content

Instantly share code, notes, and snippets.

@SatoTakeshiX
Created March 1, 2018 01:17
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 SatoTakeshiX/26bd53ce0931179762d27e44cfde9952 to your computer and use it in GitHub Desktop.
Save SatoTakeshiX/26bd53ce0931179762d27e44cfde9952 to your computer and use it in GitHub Desktop.
Voidがリターン #CodePiece #tryswiftconf
var myVariable = 42
let r = (myVariable = 50) //Void
(obj?.myVariable = 50) //Optional<Void>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment