зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
8 строки
165 B
Plaintext
8 строки
165 B
Plaintext
https://doc.rust-lang.org/book/ch03-05-control-flow.html
|
|
|
|
2018
|
|
https://blog.codeship.com/understanding-rust-loops/
|
|
|
|
samples
|
|
for i in (0..a.len()).step_by(4) { ... }
|