Skip to content

Instantly share code, notes, and snippets.

@es-kumagai
Created February 4, 2023 07:29
Show Gist options
  • Save es-kumagai/a4c25197549e390ae537c34ddd1bd156 to your computer and use it in GitHub Desktop.
Save es-kumagai/a4c25197549e390ae537c34ddd1bd156 to your computer and use it in GitHub Desktop.
これも "if let shorthand" ⋯ ? と思うと、なんとなく "optional binding shorthand" とかのほうが命名の上では適切かもしれないような。 #CodePiece
guard var value else {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment