5 lines
No EOL
91 B
Text
5 lines
No EOL
91 B
Text
let nest =
|
|
match (bird) {
|
|
Nest (Some (bird)) -> bird
|
|
| Nest (None) -> nothing
|
|
} |