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 5a8a2cd commit f3a01ecCopy full SHA for f3a01ec
src/subtyping.md
@@ -43,9 +43,13 @@ just `'a` *and more*.
43
これに対する直感的な理由になります。 `'static` が `'a` *以上*のものであるように、
44
Cat も Animal *以上*のものであるからです。
45
46
+<!--
47
(Note, the subtyping relationship and typed-ness of lifetimes is a fairly
48
arbitrary construct that some disagree with. However it simplifies our analysis
49
to treat lifetimes and types uniformly.)
50
+-->
51
+
52
+(派生型の関係とライフタイムの型付けはかなり無理やりな構成で、これに反対する人もいることに注意してください。しかしながら、この構成によって分析が単純となり、ライフタイムと型を同じように扱えます。)
53
54
Higher-ranked lifetimes are also subtypes of every concrete lifetime. This is
55
because taking an arbitrary lifetime is strictly more general than taking a
0 commit comments