pub fn match_blocks_are_expressions() -> String
Expand description

Match blocks are also expressions.

This particular example demonstrates both local binding and returning a match expression’s value as the return value from the entire function.