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.
Types of Operators
Different operators are available in Rust for performing different operations. Based on the number of operands, the operators can be categorized into binary and unary operators:
Unary Operators
The operators that act upon a single operand are unary operators.
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy