Skip to content

Commit 39bae78

Browse files
committed
Translate a paragraph
1 parent 5ff7a2c commit 39bae78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/subtyping.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,17 @@ specific one.
6161
高階ライフタイムもまた、あらゆる具象ライフタイムの派生型です。
6262
これは、任意のライフタイムを取ることは、ある特定のライフタイムを取ることよりも厳密により一般的であるからです。
6363

64+
<!--
6465
# Variance
66+
-->
67+
68+
# 変性
6569

70+
<!--
6671
Variance is where things get a bit complicated.
72+
-->
73+
74+
変性はちょっと複雑です。
6775

6876
Variance is a property that *type constructors* have with respect to their
6977
arguments. A type constructor in Rust is a generic type with unbound arguments.

0 commit comments

Comments
 (0)