rustlings/exercises/option
k12ish b4de659438
fix(option2): Rename uninformative variables (#675)
Renaming uninformative names like `optional_value`, `value`, `optional_values_vec` and `value` helps users distinguish between the two parts of the task.
2021-04-20 11:18:05 +02:00
..
README.md feat: added excercise for option 2020-03-05 15:52:54 -05:00
option1.rs fix(option1): Don't add only zeros to the numbers array 2020-05-27 18:55:12 +10:00
option2.rs fix(option2): Rename uninformative variables (#675) 2021-04-20 11:18:05 +02:00

README.md

Option

Book Sections

To learn about Option, check out these links: