You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
README.md feat: added excercise for option 5 years ago
option1.rs fix(option1): Don't add only zeros to the numbers array 4 years ago
option2.rs fix(option2): Rename uninformative variables (#675) 4 years ago

README.md

Option

Book Sections

To learn about Option, check out these links: