We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c8d5d commit b3dea6aCopy full SHA for b3dea6a
src/generics.md
@@ -12,7 +12,7 @@ is actually considered valid. The simplest and most common use of generics
12
is for type parameters.
13
-->
14
ジェネリクスとは、型と関数の機能をより汎用的に使えるようにするための機能です。これはあらゆる局面でコードの重複を避けるために非常に役立ちますが、多少構文が複雑になります。すなわち、ジェネリック型を使いこなすには、どのようなジェネリック型がきちんと機能するかに細心の注意を払う必要があります。
15
-The simplest and most common use of generics is for type parameters.
+最もシンプルで一般的なジェネリクスの利用法は型パラメータです。
16
17
<!--
18
A type parameter is specified as generic by the use of angle brackets and upper
0 commit comments