Created
February 24, 2023 09:55
-
-
Save es-kumagai/08873bb82c9b678053eddceddd3396c1 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
struct MyType<Element> { | |
var value: Element | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment