Rust Crash Course | #8 Functions

preview_player
Показать описание
Welcome back to video number 8 in this Rust tutorial series! In this video, we learn about Functions in Rust. Functions are fundamental in every programming language so let's learn more about them in Rust!

📖Resources📖

💻Code💻

⏰Time Stamps⏰
00:00 - Quick Recap of the Previous Video
00:51 - Introduction to Functions
02:26 - Creating Your First Function
03:57 - Calling Your Function
05:48 - Adding Parameters into Your Function
08:10 - Statements & Expressions
15:24 - Returning From a Function
19:34 - Closure

🔗 Social Media Links 🔗

💸 Donations 💸
Рекомендации по теме
Комментарии
Автор

The comments are very helpful, especially when reviewing later on your Github. This series is excellent, thanks for your hard work!

olmqazify
Автор

Is it possible to make a nxn matrix at runtime and calculate its inverse? Dynamic memory allocation for matrices of size n, n-1, n-2 to 1 makes me dizzy, let alone operating.

roshanpoudel