Rust Programming Tutorial - IF As An Expression - Rust 27

preview_player
Показать описание
This video covers IF as an expression in the Rust Programming Language.

Rate | Comment | Subscribe
Рекомендации по теме
Комментарии
Автор

I personally think the C/C++/Java/C#(?) way of doing it is better, because I'm lazy and typing y = x == 5 ? 4 : 3 is way faster. But it looks like this way of doing it isn't as flexible as the Rust way.

pixelstormnetwork