5 lines
88 B
Text
5 lines
88 B
Text
|
let nest =
|
||
|
match (bird) {
|
||
|
Nest (Some (bird)) -> bird
|
||
|
| Nest (None) -> nothing
|