Created
February 4, 2023 07:29
-
-
Save es-kumagai/a4c25197549e390ae537c34ddd1bd156 to your computer and use it in GitHub Desktop.
これも "if let shorthand" ⋯ ? と思うと、なんとなく "optional binding shorthand" とかのほうが命名の上では適切かもしれないような。 #CodePiece
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guard var value else { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment