...

/

Match Expression

Match Expression

This lesson discusses match statements in Rust!

We'll cover the following...

What Is a match Expression? #

Match expression checks if the current value corresponds to any value within the list of values. ...