📝 Typst stan
🦞 Avid lobster
♠️ Board game enthusiast
😤 Prefix hater
```kdl
FuncCall {
Ident "func"
LParen "("
Args { Ident "x"; Comma ","; Space " "; Ident "y" }
RParen ")"
}
```
```kdl
FuncCall {
Ident "func"
LParen "("
Args { Ident "x"; Comma ","; Space " "; Ident "y" }
RParen ")"
}
```
Also it looks like your `unwrap_or_else` calls could just be `unwrap_or_default`, unless you're intentionally calling `vec![]`
Also it looks like your `unwrap_or_else` calls could just be `unwrap_or_default`, unless you're intentionally calling `vec![]`
just like programming!
just like programming!