27 Operator Overloading. In Rust, many of the operators can be overloaded via traits. This is possible because operators are just sugar for method calls.
確定! 回上一頁