In Rust, many of the operators can be overloaded via traits. This is possible because operators are just sugar for method calls. For example, a + b desugars to ...
確定! 回上一頁