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
b6b94e3e96
Sync solution
2025-08-21 23:46:37 +02:00
mo8it
f1abd8577c
Add missing Clippy allows to solutions
2024-08-22 14:41:25 +02:00
mo8it
a4091ade5c
iterators3: Add IntegerOverflow error variant
2024-07-08 14:40:35 +02:00
mo8it
e6f6d26d13
Import enum variants in all tests
2024-07-05 13:45:14 +02:00
Nahor
deed9d3943
Add alternative solution for iterators5
2024-07-04 16:35:39 -07:00
mo8it
f53d458920
iterators5 solution
2024-06-28 16:11:14 +02:00
mo8it
2af437fd90
iterators4 solution
2024-06-28 15:31:15 +02:00
mo8it
56a9197f55
iterators3 solution
2024-06-28 15:00:13 +02:00
mo8it
eddbb97934
iterators2 solution
2024-06-28 02:48:21 +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