File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22
22
* [Splitting Borrows](borrow-splitting.md)
23
23
* [ 型変換] ( conversions.md )
24
24
* [型強制](coercions.md)
25
- * [The Dot Operator ](dot-operator.md)
25
+ * [ドットオペレータ ](dot-operator.md)
26
26
* [Casts](casts.md)
27
27
* [Transmutes](transmutes.md)
28
28
* [ Uninitialized Memory] ( uninitialized.md )
Original file line number Diff line number Diff line change
1
+ <!--
1
2
# The Dot Operator
3
+ -->
2
4
5
+ # ドットオペレータ
6
+
7
+ <!--
3
8
The dot operator will perform a lot of magic to convert types. It will perform
4
9
auto-referencing, auto-dereferencing, and coercion until types match.
10
+ -->
11
+
12
+ ドットオペレータは型を変換するため、沢山の魔法を使います。
13
+ 型がマッチするまで、自動参照、自動参照外し、そして型強制を行ないます。
5
14
15
+ <!--
6
16
TODO: steal information from http://stackoverflow.com/questions/28519997/what-are-rusts-exact-auto-dereferencing-rules/28552082#28552082
17
+ -->
18
+
19
+ TODO: http://stackoverflow.com/questions/28519997/what-are-rusts-exact-auto-dereferencing-rules/28552082#28552082 から情報を盗ってくる。
You can’t perform that action at this time.
0 commit comments