Created
February 24, 2023 10:04
-
-
Save es-kumagai/f04e55baa2c8090cfd74d28b2c64cc98 to your computer and use it in GitHub Desktop.
@lococo85327937 ついでにそうしたら、これは「総称プロトコル」というのか ⋯ 聞いたことない言葉になってきますけれど、ジェネリックなプロトコルをそう呼べば良いなら、総称プロトコルと呼んでも正しそう(自信はない) #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
protocol P { | |
associatedtype Element | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment