Back
Close

Rust for Python Developers - Operators

Shin_O
58.2K views

This article was originally published on Medium

Follow me:

Operator Overloading

Operator overloading is to specify more than one definition for an operator in the same scope. Python and Rust provide operator overloading. You can find Rust overloadable operators in the standard library ops module.

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io