0
3
llucycodes42
The loop will iterate through the optional value until it is nil.
Shortcut: wh
while let Some(value) = optional {
}
0
3
llucycodes42
The loop will iterate through the optional value until it is nil.
Shortcut: wh
while let Some(value) = optional {
}