Skip to content

Instantly share code, notes, and snippets.

@tikidunpon
Created April 10, 2017 12:08
Show Gist options
  • Select an option

  • Save tikidunpon/88fd4710edd979aecfeccb973109995b to your computer and use it in GitHub Desktop.

Select an option

Save tikidunpon/88fd4710edd979aecfeccb973109995b to your computer and use it in GitHub Desktop.
nestした!は警告になるのね #read_swift #CodePiece
// Implicitly unwrapped optionals are only allowed at top level and as function resultsの警告がでる。
func a() -> (Int!, Int!) {
return (0,0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment