Skip to content

Commit 7a0de76

Browse files
committed
Translate a paragraph
1 parent e09e92d commit 7a0de76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/phantom-data.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,13 @@ struct Iter<'a, T: 'a> {
6767
}
6868
```
6969

70+
<!--
7071
and that's it. The lifetime will be bounded, and your iterator will be variant
7172
over `'a` and `T`. Everything Just Works.
73+
-->
74+
75+
これでよし。ライフタイムには制限が付き、イテレータは `'a``T` において変性になります。
76+
全てうまく行きます。
7277

7378
Another important example is Vec, which is (approximately) defined as follows:
7479

0 commit comments

Comments
 (0)