Rust question about dereferencing #5032
Answered
by
zhang2014
JasonLi-cn
asked this question in
Q&A
-
Why does dereferencing bring benefits? |
Beta Was this translation helpful? Give feedback.
Answered by
zhang2014
Apr 25, 2022
Replies: 2 comments
-
Obsolete comments. This is because when we use loop match, "self.field" Dereference causes the compiler to optimize loop match to match loop |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhang2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Obsolete comments. This is because when we use loop match, "self.field" Dereference causes the compiler to optimize loop match to match loop