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