Easy Rust 040: Generics part 3

preview_player
Показать описание

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

Really enjoying the Easy Rust book and this related video series! You have a great way of explaining things clearly and to the point! Would be interested to see more after you have finished the book videos :)

gregfletcher
Автор

Generics type looks very useful to use in many cases. But is it okay to use generic types in rust anytime i want? Or should it be the last resort? I thought the point of using rust is that it's safe because it's strictly typed. But if you use generic types, it kinda looses the solid type checking that rust has.

dailydaisydog