Introduction to Operators
This lesson will discuss operators in Rust.
We'll cover the following...
Operators
An operator is a symbol that takes one or more values and outputs another. It tells the compiler to perform some sort of operation.