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 2222 * [Splitting Borrows](borrow-splitting.md)
2323* [ 型変換] ( conversions.md )
2424 * [型強制](coercions.md)
25- * [The Dot Operator ](dot-operator.md)
25+ * [ドットオペレータ ](dot-operator.md)
2626 * [Casts](casts.md)
2727 * [Transmutes](transmutes.md)
2828* [ Uninitialized Memory] ( uninitialized.md )
Original file line number Diff line number Diff line change 1+ <!--
12# The Dot Operator
3+ -->
24
5+ # ドットオペレータ
6+
7+ <!--
38The dot operator will perform a lot of magic to convert types. It will perform
49auto-referencing, auto-dereferencing, and coercion until types match.
10+ -->
11+
12+ ドットオペレータは型を変換するため、沢山の魔法を使います。
13+ 型がマッチするまで、自動参照、自動参照外し、そして型強制を行ないます。
514
15+ <!--
616TODO: 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