Odak modu

Rust Fundamentals

Expressions:Match

"match" is the control command used in Rust, similar to "switch" in other languages. The match command is often used, especially since function returns are done with the result.

For a detailed explanation of Match expressions, you can watch this video as an additional resource:

https://www.youtube.com/watch?v=DSZqIJhkNCM

Test

Yorumlar

Yorum yapabilmek için derse kayıt olmalısın!