4 Commits

Author SHA1 Message Date
Remo Senekowitsch
124708acd9
Use slice instead of array in iterator1
This avoids confusion between `.into_iter()` and `.iter()`. On a slice,
both methods do the same (correct) thing. Using `.into_iter()` will
result in a clippy warning about the slice not being consumed.
2026-05-03 14:56:32 +02:00
mo8it
cf9041c0e4 iterators1 solution 2024-06-28 02:07:56 +02:00
mo8it
177e2870c5 Edit comment 2024-04-25 16:30:01 +02:00
mo8it
2dac8e509b Refactor embedded files to add solutions 2024-04-23 19:18:25 +02:00