mirror of https://github.com/rust-lang/nomicon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
307 B
7 lines
307 B
% The Dot Operator
|
|
|
|
The dot operator will perform a lot of magic to convert types. It will perform
|
|
auto-referencing, auto-dereferencing, and coercion until types match.
|
|
|
|
TODO: steal information from http://stackoverflow.com/questions/28519997/what-are-rusts-exact-auto-dereferencing-rules/28552082#28552082
|