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 6f55dee commit 00df448Copy full SHA for 00df448
src/phantom-data.md
@@ -83,7 +83,7 @@ Another important example is Vec, which is (approximately) defined as follows:
83
84
```
85
struct Vec<T> {
86
- data: *const T, // *const for variance!
+ data: *const T, // 変性を得るため *const です!
87
len: usize,
88
cap: usize,
89
}
0 commit comments