Lets Learn Rust - 20 - Controlling flow part 5 (Nested loops and labels)

preview_player
Показать описание
G'day guys

In this video I talk how we can handle nested loops in Rust and how can break out of an outer looper using labels.

Important Times

00:00 - Introduction
00:30 - A nested loop problem
08:37 - Wrong way to solve the problem
10:26 - The correct way using labels
12:15 - Combining labels with loop expressions
14:37 - Conclusion
Рекомендации по теме
Комментарии
Автор

Hey guys. At 10:20 I was meant to say a "loop label" not "outer loop". Sorry about that.

Daryl-Duck