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